Pman/Login.php
authoredward <edward@roojs.com>
Wed, 14 Feb 2018 07:28:47 +0000 (15:28 +0800)
committeredward <edward@roojs.com>
Wed, 14 Feb 2018 07:28:47 +0000 (15:28 +0800)
Pman/Login.php

index a596f75..3f0a75e 100644 (file)
@@ -461,7 +461,7 @@ class Pman_Login extends Pman
         }
         
         $ip = $this->ip_lookup();
-        
+        print_R($ip);exit;
         if(empty($ip)){
             $this->jerr('BAD-IP-ADDRESS', array('ip' => $ip));
         }