Commit 905564ca by 冷斌

还原

parent 4a24b80e
...@@ -40,7 +40,7 @@ Eduline\Think::start(); ...@@ -40,7 +40,7 @@ Eduline\Think::start();
$mem_run_end = memory_get_usage(); $mem_run_end = memory_get_usage();
$time_run_end = microtime(true); $time_run_end = microtime(true);
if (C('APP_PAGE_LOG') || 1) { if (C('APP_PAGE_LOG')) {
//数据库查询信息 //数据库查询信息
echo '<div align="left">'; echo '<div align="left">';
//缓存使用情况 //缓存使用情况
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment