fix: del upload cache
parent
be96d3aa8b
commit
66238a6d54
|
@ -266,7 +266,7 @@ function main($path)
|
||||||
if ($_SERVER['ajax']) {
|
if ($_SERVER['ajax']) {
|
||||||
if ($_GET['action']=='del_upload_cache') {
|
if ($_GET['action']=='del_upload_cache') {
|
||||||
// del '.tmp' without login. 无需登录即可删除.tmp后缀文件
|
// del '.tmp' without login. 无需登录即可删除.tmp后缀文件
|
||||||
return $drive->del_upload_cache();
|
return $drive->del_upload_cache($path);
|
||||||
}
|
}
|
||||||
if ($_GET['action']=='upbigfile') {
|
if ($_GET['action']=='upbigfile') {
|
||||||
if (!$_SERVER['admin']) {
|
if (!$_SERVER['admin']) {
|
||||||
|
|
Loading…
Reference in New Issue