show ipinfo also for /myself
This commit is contained in:
@@ -27,6 +27,7 @@ if($method === "simple") { // simple
|
|||||||
show_http_headers();
|
show_http_headers();
|
||||||
show_hostname($ip);
|
show_hostname($ip);
|
||||||
show_reverse($hostname);
|
show_reverse($hostname);
|
||||||
|
show_ipinfo($ip);
|
||||||
show_whois($ip);
|
show_whois($ip);
|
||||||
} elseif($method === "ip" ) { // detailed info an IP
|
} elseif($method === "ip" ) { // detailed info an IP
|
||||||
$ip = $t;
|
$ip = $t;
|
||||||
|
|||||||
Reference in New Issue
Block a user