mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
i always forget the fucking .php
This commit is contained in:
parent
d0a4e73846
commit
d90d81662a
1 changed files with 1 additions and 1 deletions
|
@ -1323,7 +1323,7 @@ class frontend{
|
|||
return htmlspecialchars($image);
|
||||
}
|
||||
|
||||
return "/proxy.php?i=" . urlencode($image) . "&s=" . $format;
|
||||
return "/proxy?i=" . urlencode($image) . "&s=" . $format;
|
||||
}
|
||||
|
||||
public function htmlnextpage($gets, $npt, $page){
|
||||
|
|
Loading…
Reference in a new issue