mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
readme修改 加上默认url_deny_suffix配置
This commit is contained in:
@@ -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,
|
||||
// 是否强制使用路由
|
||||
|
||||
Reference in New Issue
Block a user