From febcce6e4e29dc62227d4075e42e521103800e32 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 30 Jun 2021 12:45:27 +0000 Subject: [PATCH] wait #4565 @0.25 --- inc/commons/class.common.tools.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); -- 2.39.5