diff options
author | lolcat <will@lolcat.ca> | 2023-12-02 19:11:52 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-12-02 19:11:52 -0500 |
commit | afb17f45eed5ab95085f36a7b3d0a18f90bf03fd (patch) | |
tree | f95fe23791d8b766eb67411408974472c7828f1c /lib/frontend.php | |
parent | 04038e973df4d28134506f922aa2d8fa70cb0390 (diff) |
added yep web and news search
Diffstat (limited to 'lib/frontend.php')
-rw-r--r-- | lib/frontend.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index bef12aa..b733db5 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -892,6 +892,7 @@ class frontend{ "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", + "yep" => "Yep", "mojeek" => "Mojeek", "marginalia" => "Marginalia", "wiby" => "wiby" @@ -936,6 +937,7 @@ class frontend{ "ddg" => "DuckDuckGo", "brave" => "Brave", "google" => "Google", + "yep" => "Yep", "mojeek" => "Mojeek" ] ]; @@ -1330,7 +1332,7 @@ class frontend{ return htmlspecialchars($image); } - return "/proxy?i=" . urlencode($image) . "&s=" . $format; + return "/proxy.php?i=" . urlencode($image) . "&s=" . $format; } public function htmlnextpage($gets, $npt, $page){ |