summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-09-03 22:50:43 -0400
committerlolcat <will@lolcat.ca>2023-09-03 22:50:43 -0400
commitd90d81662a9afaa0b93ac422ef1e885835caf1e3 (patch)
treef892f183c3f85fbc2c35db9c32b4116209f2764d
parentd0a4e738467a2690cce6277063e024311a1e553c (diff)
i always forget the fucking .php
-rw-r--r--lib/frontend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frontend.php b/lib/frontend.php
index 665f600..8100257 100644
--- a/lib/frontend.php
+++ b/lib/frontend.php
@@ -1323,7 +1323,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){