From bcc6ce58b304653c6c83d5307cd2648c30adfb85 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 8 Aug 2023 03:11:51 -0400 Subject: [PATCH] remove .php --- lib/frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/frontend.php b/lib/frontend.php index 7f65354..003c7cf 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -1287,7 +1287,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){