From 9182a90513e3b0679d4732d10911a488f229578b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Jun 2024 09:27:45 +0000 Subject: customization --- settings.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'settings.php') diff --git a/settings.php b/settings.php index 9d210c8..9f56e22 100644 --- a/settings.php +++ b/settings.php @@ -79,6 +79,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "googlealt", + "text" => "GoogleV6" + ], [ "value" => "qwant", "text" => "Qwant" @@ -109,6 +113,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "googlealt", + "text" => "GoogleV6" + ], [ "value" => "ddg", "text" => "DuckDuckGo" @@ -167,6 +175,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "googlealt", + "text" => "GoogleV6" + ], [ "value" => "ddg", "text" => "DuckDuckGo" @@ -225,6 +237,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "googlealt", + "text" => "GoogleV6" + ], [ "value" => "qwant", "text" => "Qwant" @@ -239,6 +255,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "googlealt", + "text" => "GoogleV6" + ], [ "value" => "ddg", "text" => "DuckDuckGo" -- cgit v1.2.3