summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-06-12 22:42:21 -0400
committerlolcat <will@lolcat.ca>2024-06-12 22:42:21 -0400
commit4e039f709571c50895501f1422659d102bef6b16 (patch)
treeda2fa3a767e1bfa8d064c7bb2954cdee759c2384
parent24e95482977c03309bcb1a0c53e343c016e7f2d0 (diff)
dementia moment
-rw-r--r--lib/frontend.php2
1 files changed, 1 insertions, 1 deletions
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){