From 08ed77f947b2cf1979162228a87ba6a30c583bc7 Mon Sep 17 00:00:00 2001 From: lolcat Date: Fri, 9 Aug 2024 10:35:18 -0400 Subject: [PATCH] fucking .php again --- lib/frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/frontend.php b/lib/frontend.php index 71ed6d7..10c7a8d 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -1322,7 +1322,7 @@ class frontend{ return htmlspecialchars($image); } - return "https://4get.ca/proxy?i=" . urlencode($image) . "&s=" . $format; + return "/proxy?i=" . urlencode($image) . "&s=" . $format; } public function htmlnextpage($gets, $npt, $page){