增加response_auto_output参数用于控制是否自动调用Response类响应输出

如果设置为false 则由控制器自行输出
This commit is contained in:
thinkphp
2016-02-26 14:22:11 +08:00
parent b7c6c497ab
commit c37c4b2dfa
2 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ return [
'lang_cookie_var' => 'think_lang',
// 默认全局过滤方法 用逗号分隔多个
'default_filter' => '',
// 自动Response输出
'response_auto_output' => true,
// +----------------------------------------------------------------------
// | 模块设置