mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
增加docker配置;修复重置命令错误;优化timer请求机制支持本地
This commit is contained in:
@@ -348,6 +348,7 @@ class AdminUpdateServiceBase
|
||||
'app',
|
||||
'config',
|
||||
'route',
|
||||
'docker'
|
||||
];
|
||||
|
||||
foreach ($optional_files_prefix as $prefix) {
|
||||
@@ -356,7 +357,7 @@ class AdminUpdateServiceBase
|
||||
}
|
||||
}
|
||||
|
||||
// 如果file_path不存在目录分隔符,则是可选更新的文件
|
||||
// 如果file_path不存在目录分隔符,则是可选更新的文件(根目录下的文件)
|
||||
if (strpos($file_path, '/') === false) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user