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

index 131e244..fae3e12 100644 (file)
@@ -130,10 +130,11 @@ class Pman_Login extends Pman
         
         $u = DB_DataObject::factory($tbl);
         $s = DB_DataObject::Factory('core_setting');
+        $oath_require = $s->lookup('core', 'two_factor_authentication_requirement');
         if (!$u->isAuth()) {
             $this->jok(array(
                 'id' => 0,
-                 'oath_require' => (bool) $s->lookup('core', 'two_factor_authentication_requirement') ? 1 : 0
+                'oath_require' => (bool)  ? 1 : 0
              )); // not logged in..
              exit;
         }