1
0
forked from lolcat/4get

remove .php

This commit is contained in:
2023-08-08 03:11:51 -04:00
parent 4559857380
commit bcc6ce58b3

View File

@@ -1287,7 +1287,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){