From 2013377a19263013aa83c1cefc76ef1b674b231d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 21 Feb 2012 18:39:18 +0000 Subject: test code --- en/downloads/debug/index.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 en/downloads/debug/index.php (limited to 'en/downloads') diff --git a/en/downloads/debug/index.php b/en/downloads/debug/index.php new file mode 100644 index 000000000..c540523d7 --- /dev/null +++ b/en/downloads/debug/index.php @@ -0,0 +1,21 @@ +'; +foreach ($ips as $label => $ip) { + echo sprintf('
  • %s is in %s, %s
  • ', + @geoip_country_code_by_name($ip), + @geoip_continent_code_by_name($ip)); +} + -- cgit v1.2.1