Pman/Login.php
authoredward <edward@roojs.com>
Thu, 11 Jan 2018 02:41:00 +0000 (10:41 +0800)
committeredward <edward@roojs.com>
Thu, 11 Jan 2018 02:41:00 +0000 (10:41 +0800)
Pman/Login.php

index 3790a4b..648dda0 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');
         }