Update index.php

This commit is contained in:
Namhyeon Go 2024-11-24 01:49:28 +09:00
parent 3d0f55c1ee
commit 3977d0c719

View File

@ -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(