You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
增加关闭后台设置
This commit is contained in:
@@ -1829,7 +1829,7 @@ function any_upload($remoteFile = null, $localFile = null, $way = 'upload')
|
||||
// 关闭FTP
|
||||
$ftp->close();
|
||||
|
||||
// 上传完毕是否删除本地文件
|
||||
// 是否删除本地文件
|
||||
if ($config['ftped_del_local']) {
|
||||
@unlink($localFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user