readme修改 加上默认url_deny_suffix配置

This commit is contained in:
thinkphp
2016-01-10 20:56:54 +08:00
parent 744900a021
commit 52b23e44c6
2 changed files with 3 additions and 3 deletions

View File

@@ -75,8 +75,8 @@ return [
'url_params_bind' => true,
// URL变量绑定的类型 0 按变量名绑定 1 按变量顺序绑定
'url_parmas_bind_type' => 0,
//url地址的后缀
'url_deny_suffix' => '',
//url禁止访问的后缀
'url_deny_suffix' => 'ico|png|gif|jpg',
// 是否开启路由
'url_route_on' => true,
// 是否强制使用路由