From d8a729796e9a7abf3eb521fd368899a402ae3310 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 22 Oct 2024 20:15:00 -0400 Subject: fix crash on google cse, added settings --- settings.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'settings.php') diff --git a/settings.php b/settings.php index 8030035..6bd6c0f 100644 --- a/settings.php +++ b/settings.php @@ -133,6 +133,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "google_cse", + "text" => "Google CSE" + ], [ "value" => "startpage", "text" => "Startpage" @@ -203,6 +207,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "google_cse", + "text" => "Google CSE" + ], [ "value" => "startpage", "text" => "Startpage" -- cgit v1.2.3