From: john Date: Thu, 11 Oct 2018 04:39:33 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=b51442d90f80cf45895d3ffe595ec4c2b141b607 Pman/Login.php --- 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?");