summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit <git@what.cd>2014-08-03 08:00:28 +0000
committerGit <git@what.cd>2014-08-03 08:00:28 +0000
commite32c6ff10c103d306ed2678ccaee14f1d0c81544 (patch)
tree2f442afb91f34f50be59f863a6fed83081c097e3
parent59ad409bae612acf781cd77fe9c6715231c07eed (diff)
downloadGazelle-e32c6ff10c103d306ed2678ccaee14f1d0c81544.zip
Gazelle-e32c6ff10c103d306ed2678ccaee14f1d0c81544.tar.gz
Gazelle-e32c6ff10c103d306ed2678ccaee14f1d0c81544.tar.bz2
Empty commit
-rw-r--r--sections/tools/development/update_geoip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sections/tools/development/update_geoip.php b/sections/tools/development/update_geoip.php
index 1e226a1..d421111 100644
--- a/sections/tools/development/update_geoip.php
+++ b/sections/tools/development/update_geoip.php
@@ -13,7 +13,7 @@ shell_exec('wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_
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);