diff options
| author | lolcat <will@lolcat.ca> | 2024-10-22 20:15:00 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-10-22 20:15:00 -0400 |
| commit | d8a729796e9a7abf3eb521fd368899a402ae3310 (patch) | |
| tree | 554b0ce1631729b721ae4ebd27236e6a51f34b3c /settings.php | |
| parent | 2bbe5a29a9ce08ccdd305fffad47c0df29bef59b (diff) | |
fix crash on google cse, added settings
Diffstat (limited to 'settings.php')
| -rw-r--r-- | settings.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 8030035..6bd6c0f 100644 --- a/settings.php +++ b/settings.php @@ -134,6 +134,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "google_cse", + "text" => "Google CSE" + ], + [ "value" => "startpage", "text" => "Startpage" ], @@ -204,6 +208,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "google_cse", + "text" => "Google CSE" + ], + [ "value" => "startpage", "text" => "Startpage" ], |
