From b51442d90f80cf45895d3ffe595ec4c2b141b607 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 11 Oct 2018 12:39:33 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman/Login.php b/Pman/Login.php index fae3e12..c5378af 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -134,8 +134,8 @@ class Pman_Login extends Pman if (!$u->isAuth()) { $this->jok(array( 'id' => 0, - 'oath_require' => (bool) ? 1 : 0 - )); // not logged in.. + 'oath_require' => empty($oath_require) || $oath_require == 1 ? 1 : 0 + )); exit; } //die("got here?"); -- 2.39.2