From 6774c72619995633735acd7c264ea1e8f3cf3411 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 11 May 2012 10:36:24 +0000 Subject: remove obsolete --- en/downloads/debug/index.php | 69 -------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 en/downloads/debug/index.php (limited to 'en') diff --git a/en/downloads/debug/index.php b/en/downloads/debug/index.php deleted file mode 100644 index b35b2dad4..000000000 --- a/en/downloads/debug/index.php +++ /dev/null @@ -1,69 +0,0 @@ -'; - -echo '

IP addresses

'; -print_r($ips); - -echo '

testing geoip PHP functions:

'; -echo ''; - -if (function_exists('geoip_country_code_by_name')) { - - echo '

using geoip PHP module

', "\n"; - echo 'DB version: ', geoip_database_info(); - echo ''; -} -echo '

using mod_geoip

'; -echo 'Country: ', apache_note("GEOIP_COUNTRY_CODE"), '
'; -echo 'Country name: ', apache_note("GEOIP_COUNTRY_NAME"), '
'; - -echo '

using mga wrapper around MaxMind library

'; -require realpath(__DIR__ . '/../../../lib/mga_geoip.php'); - -echo ''; - - -echo '
'; -- cgit v1.2.1