Pman/Login.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 05:53:27 +0000 (13:53 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 05:53:27 +0000 (13:53 +0800)
Pman/Login.php

index 4f6ed52..558b8e1 100644 (file)
@@ -52,10 +52,6 @@ class Pman_Login extends Pman
            return $this->logout();
         }
         
-        if(!empty($_REQUEST['user_has_oath'])) {
-            $this->checkUserOath();
-        }
-        
         // general query...
         if (!empty($_REQUEST['getAuthUser'])) {
             //DB_Dataobject::debugLevel(5);
@@ -544,10 +540,5 @@ class Pman_Login extends Pman
         
         return $_SERVER['REMOTE_ADDR'];
     }
-    
-    function checkUserOath()
-    {
-        
-    }
 }