bug fixes (without google support)
This commit is contained in:
parent
16ee0b368f
commit
7c771c82c8
11 changed files with 219 additions and 214 deletions
|
@ -878,7 +878,7 @@ class frontend{
|
|||
"option" => [
|
||||
"ddg" => "DuckDuckGo",
|
||||
"brave" => "Brave",
|
||||
"google" => "Google",
|
||||
//"google" => "Google",
|
||||
"mojeek" => "Mojeek",
|
||||
"marginalia" => "Marginalia",
|
||||
"wiby" => "wiby"
|
||||
|
@ -892,7 +892,7 @@ class frontend{
|
|||
"option" => [
|
||||
"ddg" => "DuckDuckGo",
|
||||
"yandex" => "Yandex",
|
||||
"google" => "Google"
|
||||
//"google" => "Google"
|
||||
]
|
||||
];
|
||||
break;
|
||||
|
@ -903,7 +903,7 @@ class frontend{
|
|||
"option" => [
|
||||
"yt" => "YouTube",
|
||||
"ddg" => "DuckDuckGo",
|
||||
"google" => "Google"
|
||||
//"google" => "Google"
|
||||
]
|
||||
];
|
||||
break;
|
||||
|
@ -914,7 +914,7 @@ class frontend{
|
|||
"option" => [
|
||||
"ddg" => "DuckDuckGo",
|
||||
"brave" => "Brave",
|
||||
"google" => "Google",
|
||||
//"google" => "Google",
|
||||
"mojeek" => "Mojeek"
|
||||
]
|
||||
];
|
||||
|
@ -1285,7 +1285,7 @@ class frontend{
|
|||
return htmlspecialchars($image);
|
||||
}
|
||||
|
||||
return "/proxy.php?i=" . urlencode($image) . "&s=" . $format;
|
||||
return "/proxy?i=" . urlencode($image) . "&s=" . $format;
|
||||
}
|
||||
|
||||
public function htmlnextpage($gets, $npt, $page){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue