mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +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
|
"t" => "0" // text only
|
||||||
);
|
);
|
||||||
$result = relay_fetch_url(array(
|
$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']) {
|
if ($result['success']) {
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user