信呼OA版本v2.3.8
This commit is contained in:
12
config/iplist.php
Normal file
12
config/iplist.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* 这个页面是设置黑白名单访问的
|
||||
*/
|
||||
return array(
|
||||
|
||||
//黑名单IP,多个,分开如:127.0.0.1,192.168.1.100,也可以写192.168.1这样就是现在192.168.1.*所有的
|
||||
'blackip' => '',
|
||||
|
||||
//白名单
|
||||
'whiteip' => ''
|
||||
);
|
||||
Reference in New Issue
Block a user