1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04: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 "/proxy.php?i=" . urlencode($image) . "&s=" . $format;
return "/proxy?i=" . urlencode($image) . "&s=" . $format;
}
public function htmlnextpage($gets, $npt, $page){