From 76418df88410e358da939faf08f3764fa4e7b887 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 21 Feb 2012 19:02:02 +0000 Subject: testing functions availability --- en/downloads/debug/index.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'en/downloads') diff --git a/en/downloads/debug/index.php b/en/downloads/debug/index.php index e5add963b..c93ddfaeb 100644 --- a/en/downloads/debug/index.php +++ b/en/downloads/debug/index.php @@ -1,6 +1,10 @@
Testing IP, country, continent',
-    "\n------------------------------\n\n";
+echo '';
 
+echo '

Testing functions:

'; +echo ''; + +echo '

Testing IP, country, continent

'; foreach ($ips as $label => $ip) { echo ' * ', $label, ': ', $ip, ' => '; echo geoip_country_code_by_name($ip), ', '; -- cgit v1.2.1