mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
新增全局参数过滤
This commit is contained in:
@ -13,5 +13,6 @@ namespace app;
|
||||
// 应用请求对象类
|
||||
class Request extends \think\Request
|
||||
{
|
||||
|
||||
// 全局参数过滤
|
||||
protected $filter = ['htmlspecialchars'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user