clean
This commit is contained in:
6
.hta_slug/geoip_domain.php
Normal file
6
.hta_slug/geoip_domain.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$isp = geoip_isp_by_name('www.example.com');
|
||||
if ($isp) {
|
||||
echo 'This host IP is from ISP: ' . $isp;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user