信呼OA版本v2.3.8

This commit is contained in:
雨中磐石
2022-08-14 16:47:40 +08:00
parent 4640677d27
commit e3fcd913e3
1405 changed files with 133635 additions and 73 deletions

12
config/iplist.php Normal file
View 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' => ''
);