dementia moment

This commit is contained in:
lolcat 2024-06-12 22:42:21 -04:00
parent 24e9548297
commit 4e039f7095
1 changed files with 1 additions and 1 deletions

View File

@ -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){