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

index e8f743c..1c0d6e0 100644 (file)
@@ -316,6 +316,8 @@ class Pman_Login extends Pman
             exit;
         }
         
+        $this->ip_checking();
+        
         $u->login();
         // we might need this later..
         $this->addEvent("LOGIN", false, session_id());