Compare commits
No commits in common. "2bbe5a29a9ce08ccdd305fffad47c0df29bef59b" and "d427a48ed45edcaea91c2fd22a59b4f5b2a06674" have entirely different histories.
2bbe5a29a9
...
d427a48ed4
|
@ -939,7 +939,6 @@ class frontend{
|
|||
"brave" => "Brave",
|
||||
"yandex" => "Yandex",
|
||||
"google" => "Google",
|
||||
"google_cse" => "Google CSE",
|
||||
"startpage" => "Startpage",
|
||||
"qwant" => "Qwant",
|
||||
"ghostery" => "Ghostery",
|
||||
|
@ -964,7 +963,6 @@ class frontend{
|
|||
"yandex" => "Yandex",
|
||||
"brave" => "Brave",
|
||||
"google" => "Google",
|
||||
"google_cse" => "Google CSE",
|
||||
"startpage" => "Startpage",
|
||||
"qwant" => "Qwant",
|
||||
"yep" => "Yep",
|
||||
|
@ -1328,7 +1326,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){
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue