debug
This commit is contained in:
@@ -189,6 +189,7 @@ function ip2hostname($ip) {
|
|||||||
return $hostname;
|
return $hostname;
|
||||||
}
|
}
|
||||||
function hostname2ip($hostname) {
|
function hostname2ip($hostname) {
|
||||||
|
echo gethostbynamel($hostname);
|
||||||
$ip = implode(', ', gethostbynamel($hostname));
|
$ip = implode(', ', gethostbynamel($hostname));
|
||||||
return $ip;
|
return $ip;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user