commit
authorAlan Knowles <alan@roojs.com>
Mon, 30 Jul 2018 03:36:13 +0000 (11:36 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Jul 2018 03:36:13 +0000 (11:36 +0800)
Pman/Login.php

index 4743bde..dcd19e5 100644 (file)
@@ -87,7 +87,8 @@ class Pman_Login extends Pman
     function logout()
     {
         $ff = class_exists('HTML_FlexyFramework2') ?  HTML_FlexyFramework2::get()  :  HTML_FlexyFramework::get();
-        //DB_DAtaObject::debugLevel(1);
+        
+       //DB_DAtaObject::debugLevel(1);
         $u = $this->getAuthUser();
         //print_r($u);
         if ($u) {