mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
修正
This commit is contained in:
@@ -21,7 +21,7 @@ class Create
|
||||
return;
|
||||
} else {
|
||||
if (!touch($lockfile)) {
|
||||
throw new Exception('目录 [ ' . APP_PATH . ' ] 不可写!');
|
||||
throw new Exception('应用目录[' . APP_PATH . ']不可写,目录无法自动生成!<BR>请手动生成项目目录~');
|
||||
}
|
||||
}
|
||||
foreach ($build as $module => $list) {
|
||||
|
||||
Reference in New Issue
Block a user