Pman/Login.php
authoredward <edward@roojs.com>
Thu, 11 Jan 2018 03:04:47 +0000 (11:04 +0800)
committeredward <edward@roojs.com>
Thu, 11 Jan 2018 03:04:47 +0000 (11:04 +0800)
Pman/Login.php

index 830b975..2877280 100644 (file)
@@ -463,7 +463,7 @@ class Pman_Login extends Pman
         }
         
         $ip = $this->ip_lookup();
-        $this->jerr('BAD-IP-ADDRESS');
+        
         if(empty($ip)){
             $this->jerr('BAD-IP-ADDRESS');
         }