sync
authorjohn <john@roojs.com>
Wed, 10 Oct 2018 06:30:34 +0000 (14:30 +0800)
committerjohn <john@roojs.com>
Wed, 10 Oct 2018 06:30:34 +0000 (14:30 +0800)
Pman/Login.php

index aa01ab9..92ff30d 100644 (file)
@@ -135,6 +135,7 @@ class Pman_Login extends Pman
                 'id' => 0,
                  'disable_oath' => empty($s->lookup('core', 'two_factor_authentication')) ? 0 : 1
              )); // not logged in..
+             exit;
         }
         //die("got here?");
         $au = $u->getAuthUser();