0
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2025-02-05 00:28:45 -05:00

php piece of shit

This commit is contained in:
lolcat 2023-12-02 19:12:36 -05:00
parent afb17f45ee
commit f786b93315

View file

@ -1332,7 +1332,7 @@ class frontend{
return htmlspecialchars($image); return htmlspecialchars($image);
} }
return "/proxy.php?i=" . urlencode($image) . "&s=" . $format; return "/proxy?i=" . urlencode($image) . "&s=" . $format;
} }
public function htmlnextpage($gets, $npt, $page){ public function htmlnextpage($gets, $npt, $page){