diff options
| author | lolcat <will@lolcat.ca> | 2025-07-27 21:48:10 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-07-27 21:48:10 -0400 |
| commit | 0f803804a4a03a8e00bd68292396bd4864ba50ee (patch) | |
| tree | eb0b5e99bfa7f3d4a39257a535f789d0be904ae3 | |
| parent | f43feff0aa5d56ee3f75618cf4ab50fa325e263e (diff) | |
forgot the settings damn it
| -rw-r--r-- | settings.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.php b/settings.php index f480f1d..6833057 100644 --- a/settings.php +++ b/settings.php @@ -170,6 +170,10 @@ $settings = [ "text" => "Mojeek" ], [ + "value" => "baidu", + "text" => "Baidu" + ], + [ "value" => "solofield", "text" => "Solofield" ], @@ -224,6 +228,10 @@ $settings = [ "text" => "Yep" ], [ + "value" => "baidu", + "text" => "Baidu" + ], + [ "value" => "solofield", "text" => "Solofield" ], @@ -286,6 +294,10 @@ $settings = [ "text" => "Qwant" ], [ + "value" => "baidu", + "text" => "Baidu" + ], + [ "value" => "solofield", "text" => "Solofield" ] @@ -322,6 +334,10 @@ $settings = [ [ "value" => "mojeek", "text" => "Mojeek" + ], + [ + "value" => "baidu", + "text" => "Baidu" ] ] ], |
