未验证 提交 66238a6d 编写于 作者: Q qkqpttgf 提交者: GitHub

fix: del upload cache

上级 be96d3aa
......@@ -266,7 +266,7 @@ function main($path)
if ($_SERVER['ajax']) {
if ($_GET['action']=='del_upload_cache') {
// del '.tmp' without login. 无需登录即可删除.tmp后缀文件
return $drive->del_upload_cache();
return $drive->del_upload_cache($path);
}
if ($_GET['action']=='upbigfile') {
if (!$_SERVER['admin']) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册