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

index 3a7dc7a..bb7e049 100644 (file)
@@ -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?");