diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index 86d9a6d830..82b52ff167 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -57,6 +57,12 @@ if ($file === '' || $hash === '' || $hash !== md5($file_raw.$config['dbpass']) | $downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/attachment/collection/'.$file; break; + case 'advanced/collections': + if (is_metaconsole() === true) { + $downloadable_file = '/'.$file; + } + break; + default: $downloadable_file = ''; // Do nothing