diff options
| author | lolcat <will@lolcat.ca> | 2024-10-22 11:33:14 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-10-22 11:33:14 -0400 |
| commit | 9ac195ac3b70726fe115d695ee6edc52a77aa788 (patch) | |
| tree | 093cd872d052448b133bb7c1f9728640bf8af0f6 /lib | |
| parent | 6eabc3edf4a8344e0f508cc1f7f881f5f00dc0fa (diff) | |
added google CSE
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/frontend.php | 4 |
1 files changed, 3 insertions, 1 deletions
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){ |
