From 20bee5ad08fbad7c213cf1bc380bcdc09baa5e3a Mon Sep 17 00:00:00 2001 From: john Date: Tue, 9 Oct 2018 13:50:37 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 275409f..4f6ed52 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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() + { + + } } -- 2.39.2