Update index.php

This commit is contained in:
qkqpttgf
2020-01-06 11:17:15 +08:00
committed by GitHub
parent 761bc02fe3
commit 01b42304eb
+2
View File
@@ -333,6 +333,8 @@ function bigfileupload($path)
function adminoperate($path)
{
global $constStr;
$cache = null;
$cache = new \Doctrine\Common\Cache\FilesystemCache(sys_get_temp_dir(), '.Onedrive');
$path1 = path_format($_SERVER['list_path'] . path_format($path));
if (substr($path1,-1)=='/') $path1=substr($path1,0,-1);
$tmparr['statusCode'] = 0;