diff options
author | lolcat <will@lolcat.ca> | 2023-12-02 19:12:36 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-12-02 19:12:36 -0500 |
commit | f786b93315afee6e67ace3711078bf0d53f27d0d (patch) | |
tree | f0050c8569878e2379e9395a3000ae576050f65b /lib/frontend.php | |
parent | afb17f45eed5ab95085f36a7b3d0a18f90bf03fd (diff) |
php piece of shit
Diffstat (limited to 'lib/frontend.php')
-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 b733db5..a5035b6 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -1332,7 +1332,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){ |