mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-05 12:31:30 +05:30
Synced
Added kuuro theme (0bdd5e73df) Added baidu, the best search engine (f43feff0aa/scraper/baidu.php) Forgot the settings damn it (0f803804a4) Forgot the config fucking dementiacatwill (2b8d90af12)
This commit is contained in:
parent
fca29353aa
commit
42639cf7d7
4 changed files with 2265 additions and 2 deletions
18
settings.php
18
settings.php
|
|
@ -169,6 +169,10 @@ $settings = [
|
|||
"value" => "mojeek",
|
||||
"text" => "Mojeek"
|
||||
],
|
||||
[
|
||||
"value" => "baidu",
|
||||
"text" => "Baidu"
|
||||
],
|
||||
[
|
||||
"value" => "solofield",
|
||||
"text" => "Solofield"
|
||||
|
|
@ -223,6 +227,10 @@ $settings = [
|
|||
"value" => "yep",
|
||||
"text" => "Yep"
|
||||
],
|
||||
[
|
||||
"value" => "baidu",
|
||||
"text" => "Baidu"
|
||||
],
|
||||
[
|
||||
"value" => "solofield",
|
||||
"text" => "Solofield"
|
||||
|
|
@ -285,6 +293,10 @@ $settings = [
|
|||
"value" => "qwant",
|
||||
"text" => "Qwant"
|
||||
],
|
||||
[
|
||||
"value" => "baidu",
|
||||
"text" => "Baidu"
|
||||
],
|
||||
[
|
||||
"value" => "solofield",
|
||||
"text" => "Solofield"
|
||||
|
|
@ -322,6 +334,10 @@ $settings = [
|
|||
[
|
||||
"value" => "mojeek",
|
||||
"text" => "Mojeek"
|
||||
],
|
||||
[
|
||||
"value" => "baidu",
|
||||
"text" => "Baidu"
|
||||
]
|
||||
]
|
||||
],
|
||||
|
|
@ -574,4 +590,4 @@ if(count($_GET) === 0){
|
|||
"left" => $left
|
||||
]
|
||||
);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue