]> _ Git - cubeextranet.git/commitdiff
wait #4565 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 30 Jun 2021 12:45:27 +0000 (12:45 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 30 Jun 2021 12:45:27 +0000 (12:45 +0000)
inc/commons/class.common.tools.php

index cf8542de49fac60c103bf7be8780ffd5620dd028..5d029b1f5d40cc011075d79430b3d101e5010d40 100644 (file)
@@ -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');