From f786b93315afee6e67ace3711078bf0d53f27d0d Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 2 Dec 2023 19:12:36 -0500 Subject: [PATCH] php piece of shit --- lib/frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/frontend.php b/lib/frontend.php index b733db5..a5035b6 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -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){