1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

[ticket/15286] Use storage in attachments

PHPBB3-15286
This commit is contained in:
Rubén Calvo
2017-08-09 12:21:19 +02:00
parent 1c9798320e
commit e749e06042
12 changed files with 233 additions and 136 deletions

View File

@@ -324,7 +324,7 @@ else
}
else
{
send_file_to_browser($attachment, $config['upload_path'], $display_cat);
send_file_to_browser($attachment, $display_cat);
file_gc();
}
}