diff options
| author | lolcat <will@lolcat.ca> | 2025-12-01 02:37:07 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-12-01 02:37:07 -0500 |
| commit | 4f30a3ac39eba80122d8a91031934017ddb2e77b (patch) | |
| tree | 0c5e2fb2aa8d12abe66a04eb7720173ca54639ac /settings.php | |
| parent | bbfbe59ffb86e9c4399400c2e47bfad691826a96 (diff) | |
added yahoo japan, still missing the search filters though
Diffstat (limited to 'settings.php')
| -rw-r--r-- | settings.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 79cf947..afb1a36 100644 --- a/settings.php +++ b/settings.php @@ -142,6 +142,10 @@ $settings = [ "text" => "Google CSE" ], [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], + [ "value" => "startpage", "text" => "Startpage" ], @@ -224,6 +228,10 @@ $settings = [ "text" => "Google CSE" ], [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], + [ "value" => "startpage", "text" => "Startpage" ], @@ -306,6 +314,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], + [ "value" => "startpage", "text" => "Startpage" ], @@ -344,6 +356,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], + [ "value" => "startpage", "text" => "Startpage" ], |
