Update index.php

pull/13/head
qkqpttgf 2020-01-06 11:17:15 +08:00 committed by GitHub
parent 761bc02fe3
commit 01b42304eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;