增加关闭后台设置

This commit is contained in:
icret
2023-03-10 10:31:11 +08:00
parent 589f87d32f
commit 0a2e2d63b4
5 changed files with 33 additions and 17 deletions

View File

@@ -1829,7 +1829,7 @@ function any_upload($remoteFile = null, $localFile = null, $way = 'upload')
// 关闭FTP
$ftp->close();
// 上传完毕是否删除本地文件
// 是否删除本地文件
if ($config['ftped_del_local']) {
@unlink($localFile);
}