diff options
author | Git <git@what.cd> | 2014-08-03 08:00:28 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2014-08-03 08:00:28 +0000 |
commit | e32c6ff10c103d306ed2678ccaee14f1d0c81544 (patch) | |
tree | 2f442afb91f34f50be59f863a6fed83081c097e3 | |
parent | 59ad409bae612acf781cd77fe9c6715231c07eed (diff) | |
download | Gazelle-e32c6ff10c103d306ed2678ccaee14f1d0c81544.zip Gazelle-e32c6ff10c103d306ed2678ccaee14f1d0c81544.tar.gz Gazelle-e32c6ff10c103d306ed2678ccaee14f1d0c81544.tar.bz2 |
Empty commit
-rw-r--r-- | sections/tools/development/update_geoip.php | 2 |
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); |