diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/frontend.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index a127989..74c65d6 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -877,8 +877,8 @@ class frontend{ "display" => "Scraper", "option" => [ "ddg" => "DuckDuckGo", - "brave" => "Brave", - //"google" => "Google", + //"brave" => "Brave", + "google" => "Google", "mojeek" => "Mojeek", "marginalia" => "Marginalia", "wiby" => "wiby" @@ -892,8 +892,8 @@ class frontend{ "option" => [ "ddg" => "DuckDuckGo", "yandex" => "Yandex", - "brave" => "Brave"//, - //"google" => "Google" + "brave" => "Brave", + "google" => "Google" ] ]; break; |