php piece of shit

This commit is contained in:
lolcat 2023-12-02 19:12:36 -05:00
parent afb17f45ee
commit f786b93315
1 changed files with 1 additions and 1 deletions

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){