Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 10:38:18 +0000 (18:38 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 10:38:18 +0000 (18:38 +0800)
Import/Core_geoip.php

index debe629..d1685a2 100644 (file)
@@ -36,7 +36,10 @@ 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?!');
         }
-        print_r(pow(2, 1));exit;
+        $this->log(pow(2, 1));
+        $this->log(pow(2, 2));
+        $this->log(pow(2, 10));
+        exit;
 //        $this->insertLocation($location);
         
         $this->insertBlock($block);