diff options
| author | lolcat <will@lolcat.ca> | 2025-04-17 19:54:34 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-04-17 19:54:34 -0400 |
| commit | ff8b1addf7059a8289049e937475c289e1ba407d (patch) | |
| tree | 3769d42e374d659f951440c25b522ff0099914d9 /lib/frontend.php | |
| parent | 3e2c3fc5d90a0b0f859358d1c5b2614ab26905a4 (diff) | |
fixed bing images failing to load, added flickr
Diffstat (limited to 'lib/frontend.php')
| -rw-r--r-- | lib/frontend.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 6b439e2..f49cfdd 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -939,6 +939,7 @@ class frontend{ "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", + //"google_api" => "Google API", "google_cse" => "Google CSE", "startpage" => "Startpage", "qwant" => "Qwant", @@ -970,10 +971,12 @@ class frontend{ "yep" => "Yep", "solofield" => "Solofield", "pinterest" => "Pinterest", + "flickr" => "Flickr", "fivehpx" => "500px", "vsco" => "VSCO", "imgur" => "Imgur", - "ftm" => "FindThatMeme" + "ftm" => "FindThatMeme", + //"sankakucomplex" => "SankakuComplex" ] ]; break; |
