From 5b54d3d5bec7ba3930cac7dc91f3ad201f8885c0 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 28 Sep 2017 10:39:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E7=B3=BB=E7=BB=9F=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index d9b357e5d..e5e79c692 100644 --- a/application/config.php +++ b/application/config.php @@ -45,7 +45,7 @@ return [ // 是否开启多语言 'lang_switch_on' => false, // 默认全局过滤方法 用逗号分隔多个 - 'default_filter' => '', + 'default_filter' => 'htmlspecialchars', // 默认语言 'default_lang' => 'zh-cn', // 应用类库后缀