From 4e039f709571c50895501f1422659d102bef6b16 Mon Sep 17 00:00:00 2001
From: lolcat <will@lolcat.ca>
Date: Wed, 12 Jun 2024 22:42:21 -0400
Subject: [PATCH] dementia moment

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

diff --git a/lib/frontend.php b/lib/frontend.php
index 5579635..1c3eb09 100644
--- a/lib/frontend.php
+++ b/lib/frontend.php
@@ -1302,7 +1302,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){