From 9ac195ac3b70726fe115d695ee6edc52a77aa788 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 22 Oct 2024 11:33:14 -0400 Subject: added google CSE --- lib/frontend.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/frontend.php b/lib/frontend.php index 7bf650d..9476bf6 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -939,6 +939,7 @@ class frontend{ "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", + "google_cse" => "Google CSE", "startpage" => "Startpage", "qwant" => "Qwant", "ghostery" => "Ghostery", @@ -963,6 +964,7 @@ class frontend{ "yandex" => "Yandex", "brave" => "Brave", "google" => "Google", + "google_cse" => "Google CSE", "startpage" => "Startpage", "qwant" => "Qwant", "yep" => "Yep", @@ -1326,7 +1328,7 @@ class frontend{ return htmlspecialchars($image); } - return "/proxy?i=" . urlencode($image) . "&s=" . $format; + return "/proxy.php?i=" . urlencode($image) . "&s=" . $format; } public function htmlnextpage($gets, $npt, $page){ -- cgit v1.2.3