You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
205 B
PHP

<?php
return [
// 拒绝ie访问
'deny_ie' => false,
// 模块管理中,不读取模块信息的目录
'except_module' => ['common', 'admin', 'index', 'extra', 'user', 'install']
];