mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
Update index.php
This commit is contained in:
parent
3d0f55c1ee
commit
3977d0c719
|
@ -527,7 +527,7 @@ function relay_web_search($params) {
|
|||
"t" => "0" // text only
|
||||
);
|
||||
$result = relay_fetch_url(array(
|
||||
"url" => "https://serp.catswords.net/api.php?" . http_build_query($search_params)
|
||||
"url" => "https://farside.link/librex/api.php?" . http_build_query($search_params)
|
||||
));
|
||||
if ($result['success']) {
|
||||
return array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user