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
09ac94bf00
commit
2f828252c5
|
@ -491,7 +491,7 @@ function relay_invoke_method($params) {
|
|||
|
||||
function relay_web_search($params) {
|
||||
$result = relay_fetch_url(array(
|
||||
"url" => "https://serp.catswords.net/api.php?" . http_build_query($params);
|
||||
"url" => "https://serp.catswords.net/api.php?" . http_build_query($params)
|
||||
));
|
||||
if ($result['success']) {
|
||||
return array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user