From aae1a2b7069779b2891eea5862dbe9324d19db19 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 28 Nov 2022 12:18:00 +0800 Subject: [PATCH] ws --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 2ae65f1..b17a8c5 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -88,7 +88,7 @@ class Pman_Login extends Pman { $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) { -- 2.39.2