mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update demo.php
This commit is contained in:
parent
e717a6b19a
commit
30433d8a53
@ -15,10 +15,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use think\admin\service\SystemService;
|
||||
use think\App;
|
||||
|
||||
invoke(function (\think\App $app) {
|
||||
invoke(function (App $app) {
|
||||
/*! 非开发环境,清理限制文件 */
|
||||
if (!SystemService::instance()->checkRunMode('dev')) {
|
||||
if ($app->request->isGet() && !SystemService::instance()->checkRunMode()) {
|
||||
@unlink("{$app->getBasePath()}admin/controller/api/Update.php");
|
||||
@unlink("{$app->getBasePath()}admin/route/demo.php");
|
||||
@rmdir("{$app->getBasePath()}admin/route");
|
||||
|
Loading…
x
Reference in New Issue
Block a user