diff --git a/lib/frontend.php b/lib/frontend.php index 99ef496..96743a2 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -998,6 +998,7 @@ class frontend{ "qwant" => "Qwant", "baidu" => "Baidu", "coccoc" => "Cốc Cốc" + //"sepiasearch" => "Sepia Search" //"solofield" => "Solofield" ] ]; @@ -1339,7 +1340,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){