diff options
author | lolcat <will@lolcat.ca> | 2023-09-03 22:50:43 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-09-03 22:50:43 -0400 |
commit | d90d81662a9afaa0b93ac422ef1e885835caf1e3 (patch) | |
tree | f892f183c3f85fbc2c35db9c32b4116209f2764d /lib | |
parent | d0a4e738467a2690cce6277063e024311a1e553c (diff) |
i always forget the fucking .php
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 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){ |