Mercurial > hg > ywww
view geoiptest.php @ 17:ae1459564f66
Replace old associate keys with new IAMs user keys
author | Robert Boland <robert@markup.co.uk> |
---|---|
date | Mon, 24 Jul 2017 11:38:35 -0400 |
parents | 093e42d5a874 |
children | 7679346abfdb |
line wrap: on
line source
<html> <body> <?php $country_name = $_SERVER["GEOIP_COUNTRY_NAME"]; print "Country: " . $country_name; ?> </body> </html>