diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index 550e7e92fd..6ebde02add 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -51,6 +51,10 @@ if ($file === '' || $hash === '' || $hash !== md5($file_raw.$config['dbpass']) | $downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/attachment/files_repo/'.$file; break; + case 'enterprise/godmode/agentes/collections': + $downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/attachment/collection/'.$file; + break; + default: $downloadable_file = ''; // Do nothing