From: vincent@cubedesigners.com Date: Mon, 5 Jul 2021 09:41:12 +0000 (+0000) Subject: fix #4565 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2f129f0927d9b9a3419eed55df2601e71025a125;p=cubeextranet.git fix #4565 --- diff --git a/inc/commons/class.common.tools.php b/inc/commons/class.common.tools.php index 5d029b1f5..faf1aa98e 100644 --- a/inc/commons/class.common.tools.php +++ b/inc/commons/class.common.tools.php @@ -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; }