diff options
| author | lolcat <will@lolcat.ca> | 2025-08-01 20:54:08 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-08-01 20:54:08 -0400 |
| commit | 336cb49d9824c07cf01d3f9b919ffa9c4f40ba92 (patch) | |
| tree | f4637b92916e59fb2d956e3197da145d237019a5 /lib | |
| parent | 8cd8e7380fdc0a02afd5b4b376c989d90c36a1dd (diff) | |
im so retarded
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/frontend.php | 3 |
1 files changed, 2 insertions, 1 deletions
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){ |
