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