From cdd8f2288be0b51659312ab77cc9991a5be07352 Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 17 May 2023 22:13:02 +0800 Subject: [PATCH] Update list.php --- src/apps/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/list.php b/src/apps/list.php index 2fdd8201..bf3f3197 100755 --- a/src/apps/list.php +++ b/src/apps/list.php @@ -57,6 +57,6 @@ if ($lv->IsError) ParamError(); $lv->Display(); if (DEBUG_LEVEL === TRUE) { $queryTime = ExecTime() - $t1; - echo "
页面加载总消耗时间:{$queryTime}
\r\n"; + echo DedeAlert("页面加载总消耗时间:{$queryTime}", ALERT_DANGER); } ?> \ No newline at end of file