show ipinfo also for /myself

This commit is contained in:
2018-01-05 13:02:02 +01:00
parent 117789d55f
commit cfd00db3ab

View File

@@ -27,6 +27,7 @@ if($method === "simple") { // simple
show_http_headers();
show_hostname($ip);
show_reverse($hostname);
show_ipinfo($ip);
show_whois($ip);
} elseif($method === "ip" ) { // detailed info an IP
$ip = $t;