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

index c8ded4e..b518f82 100644 (file)
@@ -231,7 +231,10 @@ class Pman_Login extends Pman
     
     function post($v)
     {
-        
+        if($this->ip_management){
+            print_R('ip management');
+            exit;
+        }
         //DB_DataObject::debugLevel(1);
         if (!empty($_REQUEST['getAuthUser'])) {
             $this->sendAuthUserDetails();