Pman/Login.php
authorjohn <john@roojs.com>
Thu, 11 Oct 2018 04:39:33 +0000 (12:39 +0800)
committerjohn <john@roojs.com>
Thu, 11 Oct 2018 04:39:33 +0000 (12:39 +0800)
Pman/Login.php

index fae3e12..c5378af 100644 (file)
@@ -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?");