diff options
author | lolcat <will@lolcat.ca> | 2023-12-02 19:11:52 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-12-02 19:11:52 -0500 |
commit | afb17f45eed5ab95085f36a7b3d0a18f90bf03fd (patch) | |
tree | f95fe23791d8b766eb67411408974472c7828f1c /settings.php | |
parent | 04038e973df4d28134506f922aa2d8fa70cb0390 (diff) |
added yep web and news search
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 20f5031..3d8c657 100644 --- a/settings.php +++ b/settings.php @@ -122,6 +122,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "yep", + "text" => "Yep" + ], + [ "value" => "mojeek", "text" => "Mojeek" ], @@ -216,6 +220,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "yep", + "text" => "Yep" + ], + [ "value" => "mojeek", "text" => "Mojeek" ] |