From 463b983f2d328ccdfe08f0189f3375baee4618a7 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 13 May 2014 18:38:41 +0800 Subject: [PATCH] Import/Core_geoip.php --- Import/Core_geoip.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 2.39.2