aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/downloads/debug/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/debug/index.php b/en/downloads/debug/index.php
index c9d5f1d30..c49310917 100644
--- a/en/downloads/debug/index.php
+++ b/en/downloads/debug/index.php
@@ -15,8 +15,8 @@ else
$s = '';
foreach ($ips as $label => $ip) {
$s .= sprintf('<li>%s is in %s, %s</li>',
- @geoip_country_code_by_name($ip),
- @geoip_continent_code_by_name($ip));
+ geoip_country_code_by_name($ip),
+ geoip_continent_code_by_name($ip));
}
echo <<<S