1、bug的修复

2、内核更新
This commit is contained in:
2016-07-10 23:48:24 +08:00
parent f3fff63632
commit 1a0a29413a
50 changed files with 760 additions and 958 deletions

View File

@@ -10,7 +10,7 @@
return array(
// 调试模式
'app_debug' => true,
'app_debug' => false,
'charset' => 'UTF-8',
'lang_switch_on' => true, // 开启语言包功能
@@ -98,8 +98,8 @@ return array(
'path' => LOG_PATH,
),
// 页面Trace信息
// 'trace' =>array(
// //支持Html,Console 设为false则不显示
// 'type' => false,
// )
'trace' =>array(
//支持Html,Console 设为false则不显示
'type' => 'Html',
)
);