diff options
| author | lolcat <will@lolcat.ca> | 2024-07-29 10:15:17 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-07-29 10:15:17 -0400 |
| commit | 8a32827a3948d709a9ae7020e3553bfcf15b1e44 (patch) | |
| tree | 0d8de8b79b6fc6d1c715a94dee058eaf82013ed0 /lib/frontend.php | |
| parent | 143c0c136435f424d3871d8022784992368d1b75 (diff) | |
added startpage word definitions, sp images, sp videos, sp news, sp ac
Diffstat (limited to 'lib/frontend.php')
| -rw-r--r-- | lib/frontend.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 220d4e9..ef55f4d 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -945,6 +945,7 @@ class frontend{ "yandex" => "Yandex", "brave" => "Brave", "google" => "Google", + "startpage" => "Startpage", "qwant" => "Qwant", "yep" => "Yep", //"pinterest" => "Pinterest", @@ -964,6 +965,7 @@ class frontend{ "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", + "startpage" => "Startpage", "qwant" => "Qwant" ] ]; @@ -976,6 +978,7 @@ class frontend{ "ddg" => "DuckDuckGo", "brave" => "Brave", "google" => "Google", + "startpage" => "Startpage", "qwant" => "Qwant", "yep" => "Yep", "mojeek" => "Mojeek" |
