diff options
| author | lolcat <will@lolcat.ca> | 2025-10-08 00:42:36 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-10-08 00:42:36 -0400 |
| commit | a4a44709b4ee1dffaca8b7f79b3c0814914a58f7 (patch) | |
| tree | 1105658aaafdaec94205a3d1c032ba967fd5ac20 /lib/frontend.php | |
| parent | 4b16fd58971321e6938046702210e2773573c621 (diff) | |
google quote on quote fix
Diffstat (limited to 'lib/frontend.php')
| -rw-r--r-- | lib/frontend.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index dfa8b0b..eb87df7 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -937,11 +937,12 @@ class frontend{ "display" => "Scraper", "option" => [ "ddg" => "DuckDuckGo", + "yahoo" => "Yahoo!", "brave" => "Brave", "mullvad_brave" => "Mullvad (Brave)", "yandex" => "Yandex", "google" => "Google", - //"google_api" => "Google API", + "google_api" => "Google API", "google_cse" => "Google CSE", "mullvad_google" => "Mullvad (Google)", "startpage" => "Startpage", |
