diff options
Diffstat (limited to 'lib')
-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){ |