今天同事开发 出现了这个错误
[thinkexceptionErrorException] glob() has been disabled for security reasons
打开php.ini
找到
disable_functions
里面找到glob 给删除 然后保存 即可