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', // 应用类库后缀