mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
#13335 fixed collections download path
This commit is contained in:
parent
b0b7321771
commit
c830e3cba2
@ -92,7 +92,7 @@ if (empty($file) === true || empty($hash) === true || $hash !== md5($file_raw.$c
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case $main_collections:
|
case $main_collections:
|
||||||
$downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/attachment/collection/'.$file;
|
$downloadable_file = io_safe_output($config['attachment_store']).'/collection/'.$file;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'godmode/setup/file_manager':
|
case 'godmode/setup/file_manager':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user