]> _ Git - cubeextranet.git/commitdiff
fix #4565
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 5 Jul 2021 09:41:12 +0000 (09:41 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 5 Jul 2021 09:41:12 +0000 (09:41 +0000)
inc/commons/class.common.tools.php

index 5d029b1f5d40cc011075d79430b3d101e5010d40..faf1aa98e3bf8abc8c8b24be6d8cdef4baa05e5d 100644 (file)
@@ -1362,7 +1362,7 @@ class commonTools
 
         header('Content-Type: application/octet-stream');
         header('Content-Disposition: attachment; filename="' . $path . '"');
-        header('X-SendFile: ' . '/data/extranet/www/cache/youtubedl' . $path);
+        header('X-SendFile: ' . '/data1/extranet/www/cache/youtubedl' . $path);
         ob_end_clean();
         exit;
     }