diff options
Diffstat (limited to 'phpBB/download.php')
| -rw-r--r-- | phpBB/download.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download.php b/phpBB/download.php index c681e5e3b6..abc970ea88 100644 --- a/phpBB/download.php +++ b/phpBB/download.php @@ -134,7 +134,7 @@ if ($download_mode == PHYSICAL_LINK) trigger_error($user->lang['PHYSICAL_DOWNLOAD_NOT_POSSIBLE']); } - redirect($phpbb_root_path . $config['upload_path'] . '/' . $attachment['physical_filename']); + redirect($config['upload_path'] . '/' . $attachment['physical_filename']); } else { |
