fix crash on google cse, added settings

This commit is contained in:
lolcat 2024-10-22 20:15:00 -04:00
parent 2bbe5a29a9
commit d8a729796e
2 changed files with 13 additions and 1 deletions

View file

@ -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"