mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-08 10:51:14 +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,
|
"code" => -1,
|
||||||
"message" => $hostname . " is not found in DNS records"
|
"message" => $hostname . " is not found in DNS records"
|
||||||
)
|
)
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
@ -307,7 +307,7 @@ function relay_dns_get_record($params) {
|
||||||
"status" => 200,
|
"status" => 200,
|
||||||
"data" => $data
|
"data" => $data
|
||||||
)
|
)
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function relay_get_geolocation() {
|
function relay_get_geolocation() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user