From: Edward Date: Tue, 13 May 2014 10:38:41 +0000 (+0800) Subject: Import/Core_geoip.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=463b983f2d328ccdfe08f0189f3375baee4618a7 Import/Core_geoip.php --- diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index ce6a698a..2ce73c39 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -36,10 +36,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo if(!file_exists($location) || !file_exists($block)){ $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!'); } - $this->log(pow(2, 1)); - $this->log(pow(2, 2)); - $this->log(pow(2, 20)); - exit; + // $this->insertLocation($location); $this->insertBlock($block);