mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 18:01:07 +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) {
|
function relay_web_search($params) {
|
||||||
$result = relay_fetch_url(array(
|
$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']) {
|
if ($result['success']) {
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user