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

index 2b0e6e0..e684d0a 100644 (file)
@@ -230,6 +230,9 @@ class Pman_Login extends Pman
     function post($v)
     {
         //DB_DataObject::debugLevel(1);
+        
+        $this->ip_checking();
+        
         if (!empty($_REQUEST['getAuthUser'])) {
             $this->sendAuthUserDetails();
             exit;