From 7b2857d0a05bf967789e4be9020d93b6c21fe423 Mon Sep 17 00:00:00 2001
From: lihan <3398341942@qq.com>
Date: Fri, 12 Oct 2018 10:52:29 +0800
Subject: [PATCH] '开启调试'

---
 public/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.php b/public/index.php
index c02761e..7b79c6e 100644
--- a/public/index.php
+++ b/public/index.php
@@ -10,7 +10,7 @@
 // [ 入口文件 ]
 
 // 调试模式开关
-define("APP_DEBUG", false);
+define("APP_DEBUG", true);
 
 // 定义CMF根目录,可更改此目录
 define('CMF_ROOT', __DIR__ . '/../');
--
libgit2 0.24.0