From 713c0544d2fd94e7410d8dfe81e3a25e91c88dcf Mon Sep 17 00:00:00 2001 From: john Date: Wed, 10 Oct 2018 14:30:34 +0800 Subject: [PATCH] sync --- Pman/Login.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman/Login.php b/Pman/Login.php index aa01ab9..92ff30d 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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(); -- 2.39.2