Pman/Login.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 07:42:48 +0000 (15:42 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 07:42:48 +0000 (15:42 +0800)
Pman/Login.php

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