Update index.php

This commit is contained in:
Namhyeon Go 2024-02-27 15:50:58 +09:00 committed by GitHub
parent e43ee02b3b
commit a168daee4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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