diff options
author | lolcat <will@lolcat.ca> | 2024-06-12 22:42:21 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-06-12 22:42:21 -0400 |
commit | 4e039f709571c50895501f1422659d102bef6b16 (patch) | |
tree | da2fa3a767e1bfa8d064c7bb2954cdee759c2384 /lib | |
parent | 24e95482977c03309bcb1a0c53e343c016e7f2d0 (diff) |
dementia moment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/frontend.php | 2 |
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){ |