diff options
| author | lolcat <will@lolcat.ca> | 2023-08-08 03:11:51 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2023-08-08 03:11:51 -0400 |
| commit | bcc6ce58b304653c6c83d5307cd2648c30adfb85 (patch) | |
| tree | 534ca5f366a78e3d718cb886a9bd66b89075bc46 /lib | |
| parent | 4559857380317d768ff8394db711eb5c894aa1f8 (diff) | |
remove .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 7f65354..003c7cf 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -1287,7 +1287,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){ |
