Changed Pman/Login.phpPman/Roo.php
authorAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2019 05:43:15 +0000 (13:43 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2019 05:43:15 +0000 (13:43 +0800)
Pman/Login.php
Pman/Roo.php

index f7e1047..05d0f17 100644 (file)
@@ -47,7 +47,7 @@ class Pman_Login extends Pman
     {
         $this->initErrorHandling();
         
-         //DB_DataObject::DebugLevel(1);
+         // DB_DataObject::DebugLevel(5);
         if (!empty($_REQUEST['logout'])) {
            return $this->logout();
         }
index 7fdb8f6..0109330 100644 (file)
@@ -444,7 +444,7 @@ class Pman_Roo extends Pman
             'cols' => array(),
             'leave_open' => true
         );
-        
+        var_dump($data);exit;
         
         $se = false;
         if (is_object($data)) {