From: john Date: Wed, 10 Oct 2018 06:05:28 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=9f40587b249abaa79f1572ea756acf601ba19c0f Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 3a7dc7a..bb7e049 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -131,7 +131,7 @@ class Pman_Login extends Pman $u = DB_DataObject::factory($tbl); if (!$u->isAuth()) { - $this->jok(array('id' => 0)); // not logged in.. + $this->jok(array('id' => 0, 'test' => 0)); // not logged in.. exit; } //die("got here?");