From: john Date: Tue, 9 Oct 2018 05:53:27 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=ad1829e49d4b0c7b80e99803c102fc24a3f338f6 Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 4f6ed52..558b8e1 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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() - { - - } }