diff options
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 9d210c8..9f56e22 100644 --- a/settings.php +++ b/settings.php @@ -80,6 +80,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "googlealt", + "text" => "GoogleV6" + ], + [ "value" => "qwant", "text" => "Qwant" ], @@ -110,6 +114,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "googlealt", + "text" => "GoogleV6" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], @@ -168,6 +176,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "googlealt", + "text" => "GoogleV6" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], @@ -226,6 +238,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "googlealt", + "text" => "GoogleV6" + ], + [ "value" => "qwant", "text" => "Qwant" ], @@ -240,6 +256,10 @@ $settings = [ "text" => "Google" ], [ + "value" => "googlealt", + "text" => "GoogleV6" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], |