summaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-12-02 19:11:52 -0500
committerlolcat <will@lolcat.ca>2023-12-02 19:11:52 -0500
commitafb17f45eed5ab95085f36a7b3d0a18f90bf03fd (patch)
treef95fe23791d8b766eb67411408974472c7828f1c /settings.php
parent04038e973df4d28134506f922aa2d8fa70cb0390 (diff)
added yep web and news search
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php8
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"
]