diff options
| author | lolcat <will@lolcat.ca> | 2024-10-24 21:46:54 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-10-24 21:46:54 -0400 |
| commit | 9c18753ec3b19571f7a84865faa090e48b12bc38 (patch) | |
| tree | 8bfe457cec8889729d6710c94afaa3ccd0b4a1d8 | |
| parent | d8a729796e9a7abf3eb521fd368899a402ae3310 (diff) | |
yes of course i need to fucking forget the .php again AAAAAAAAAAA
| -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 9476bf6..c91e8ec 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -1328,7 +1328,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){ |
