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

index 3cad6d6..c8ded4e 100644 (file)
@@ -468,8 +468,6 @@ class Pman_Login extends Pman
             $this->jerr('BAD-IP-ADDRESS', array('ip' => $ip));
         }
         
-        $this->jerr('BLOCKED-IP-ADDRESS', array('ip' => $ip));
-        
         $core_ip_access = DB_DataObject::factory('core_ip_access');
         
         if(!DB_DataObject::factory('core_ip_access')->count()){ // first ip we always mark it as approved..