From: vincent@cubedesigners.com Date: Wed, 30 Jun 2021 12:45:27 +0000 (+0000) Subject: wait #4565 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=febcce6e4e29dc62227d4075e42e521103800e32;p=cubeextranet.git wait #4565 @0.25 --- diff --git a/inc/commons/class.common.tools.php b/inc/commons/class.common.tools.php index cf8542de4..5d029b1f5 100644 --- a/inc/commons/class.common.tools.php +++ b/inc/commons/class.common.tools.php @@ -1344,7 +1344,8 @@ class commonTools $paths[] = $dir . '/' . self::_youtubedl($item); } - $zipPath = '/data/extranet/www/cache/youtubedl/batch-' . rand(1, 10000000000) . '.zip'; + + $zipPath = '/data1/extranet/www/cache/youtubedl/batch-' . rand(1, 10000000000) . '.zip'; CubeIT_Util_Zip::archive($paths, $zipPath); header('Content-Type: application/zip');