mirror of https://gitee.com/karson/fastadmin.git
优化IP获取配置
parent
e097ae2429
commit
ce8c3a94d9
|
|
@ -51,6 +51,8 @@ return [
|
|||
'class_suffix' => false,
|
||||
// 控制器类后缀
|
||||
'controller_suffix' => false,
|
||||
// 获取IP的变量
|
||||
'http_agent_ip' => 'REMOTE_ADDR',
|
||||
// +----------------------------------------------------------------------
|
||||
// | 模块设置
|
||||
// +----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue