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

index 275409f..4f6ed52 100644 (file)
@@ -53,7 +53,7 @@ class Pman_Login extends Pman
         }
         
         if(!empty($_REQUEST['user_has_oath'])) {
-            return $this->checkUserOath();
+            $this->checkUserOath();
         }
         
         // general query...
@@ -544,5 +544,10 @@ class Pman_Login extends Pman
         
         return $_SERVER['REMOTE_ADDR'];
     }
+    
+    function checkUserOath()
+    {
+        
+    }
 }