From a3c6001eeb57a3e934fd53c5bf17923930313c73 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 12 Feb 2016 16:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=AF=E4=BE=8B=E9=85=8D=E7=BD=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0default=5Ffilter=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convention.php b/convention.php index 9e99d562..6b03dee3 100644 --- a/convention.php +++ b/convention.php @@ -35,6 +35,8 @@ return [ 'lang_detect_var' => 'lang', // 语言cookie变量 'lang_cookie_var' => 'think_lang', + // 默认全局过滤方法 用逗号分隔多个 + 'default_filter' => '', // +---------------------------------------------------------------------- // | 模块设置