diff options
| author | lolcat <will@lolcat.ca> | 2024-08-09 10:35:18 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-08-09 10:35:18 -0400 |
| commit | 08ed77f947b2cf1979162228a87ba6a30c583bc7 (patch) | |
| tree | c534af80992f5399a2be610101a46fe9e815a22f | |
| parent | 883a650f846af7ac60d358d772aa22cbf89fd807 (diff) | |
fucking .php again
| -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 71ed6d7..10c7a8d 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -1322,7 +1322,7 @@ class frontend{ return htmlspecialchars($image); } - return "https://4get.ca/proxy?i=" . urlencode($image) . "&s=" . $format; + return "/proxy?i=" . urlencode($image) . "&s=" . $format; } public function htmlnextpage($gets, $npt, $page){ |
