Pman/Login.php
authoredward <edward@roojs.com>
Tue, 9 Jan 2018 09:55:15 +0000 (17:55 +0800)
committeredward <edward@roojs.com>
Tue, 9 Jan 2018 09:55:15 +0000 (17:55 +0800)
Pman/Login.php

index bf84c47..caf24d6 100644 (file)
@@ -47,6 +47,8 @@ class Pman_Login extends Pman
     {
         $this->initErrorHandling();
         
+        $this->ip_validate();
+        
          //DB_DataObject::DebugLevel(1);
         if (!empty($_REQUEST['logout'])) {
            return $this->logout();