From e32c6ff10c103d306ed2678ccaee14f1d0c81544 Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 3 Aug 2014 08:00:28 +0000 Subject: [PATCH] Empty commit --- sections/tools/development/update_geoip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/tools/development/update_geoip.php b/sections/tools/development/update_geoip.php index 1e226a1b..d4211113 100644 --- a/sections/tools/development/update_geoip.php +++ b/sections/tools/development/update_geoip.php @@ -13,7 +13,7 @@ shell_exec('unzip GeoLiteCity-latest.zip'); shell_exec('rm GeoLiteCity-latest.zip'); -if (($Locations = file("GeoLiteCity_".date('Ym')."03/GeoLiteCity-Location.csv", FILE_IGNORE_NEW_LINES)) === false) { +if (($Locations = file("GeoLiteCity_".date('Ym')."02/GeoLiteCity-Location.csv", FILE_IGNORE_NEW_LINES)) === false) { error('Download or extraction of maxmind database failed'); } array_shift($Locations);