You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
v2.8.5
This commit is contained in:
@@ -85,6 +85,14 @@ if (isset($_POST['del_url_array'])) {
|
||||
// FTP删除
|
||||
any_upload($del_url_array[$i], $del_url_array[$i], 'delete');
|
||||
}
|
||||
echo json_encode(array(
|
||||
'code' => 200,
|
||||
'msg' => '删除成功',
|
||||
'type' => 'success',
|
||||
'icon' => 'ok-sign',
|
||||
'mode' => 'delete',
|
||||
'url' => $del_url_array
|
||||
), JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
|
||||
// 广场 - 批量回收文件
|
||||
|
||||
Reference in New Issue
Block a user