thinkphp-wechat/config/system.php

7 lines
205 B
PHP
Raw Permalink Normal View History

2021-12-24 16:40:05 +08:00
<?php
return [
// 拒绝ie访问
'deny_ie' => false,
// 模块管理中,不读取模块信息的目录
'except_module' => ['common', 'admin', 'index', 'extra', 'user', 'install']
];