dementia moment
1 files changed, 1 insertions(+), 1 deletions(-) M lib/frontend.php
M lib/frontend.php => lib/frontend.php +1 -1
@@ 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){