From 01b42304ebef32672ac2f7f4c5a76c7ad96a321a Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 6 Jan 2020 11:17:15 +0800 Subject: [PATCH] Update index.php --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 791fa9d..0a587d0 100644 --- a/index.php +++ b/index.php @@ -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;