From 9c18753ec3b19571f7a84865faa090e48b12bc38 Mon Sep 17 00:00:00 2001
From: lolcat <will@lolcat.ca>
Date: Thu, 24 Oct 2024 21:46:54 -0400
Subject: [PATCH] yes of course i need to fucking forget the .php again
 AAAAAAAAAAA

---
 lib/frontend.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/frontend.php b/lib/frontend.php
index 9476bf6..c91e8ec 100644
--- a/lib/frontend.php
+++ b/lib/frontend.php
@@ -1328,7 +1328,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){