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

index 2877280..61608e7 100644 (file)
@@ -464,6 +464,8 @@ class Pman_Login extends Pman
         
         $ip = $this->ip_lookup();
         
+        $this->jerr('BAD-IP-ADDRESS');
+        
         if(empty($ip)){
             $this->jerr('BAD-IP-ADDRESS');
         }