From a552ca8ee0ed0e3a2fd63610d4418fc2178b006c Mon Sep 17 00:00:00 2001 From: 潘浩文 <phw@bronet.cn> Date: Tue, 23 Oct 2018 14:24:11 +0800 Subject: [PATCH] 1 --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 7b79c6e..c02761e 100644 --- a/public/index.php +++ b/public/index.php @@ -10,7 +10,7 @@ // [ 入口文件 ] // 调试模式开关 -define("APP_DEBUG", true); +define("APP_DEBUG", false); // 定义CMF根目录,可更改此目录 define('CMF_ROOT', __DIR__ . '/../'); -- libgit2 0.24.0