mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-07-15 08:48:08 +00:00
Update index.php
This commit is contained in:
parent
e43ee02b3b
commit
a168daee4b
|
@ -298,7 +298,7 @@ function relay_dns_get_record($params) {
|
|||
"code" => -1,
|
||||
"message" => $hostname . " is not found in DNS records"
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
return array(
|
||||
|
@ -307,7 +307,7 @@ function relay_dns_get_record($params) {
|
|||
"status" => 200,
|
||||
"data" => $data
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
function relay_get_geolocation() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user