mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'ticket/10851' into ticket/10851-ascraeus
This commit is contained in:
commit
e4e3df0b37
1 changed files with 4 additions and 0 deletions
|
@ -415,6 +415,10 @@ function upload_attachment($form_name, $forum_id, $local = false, $local_storage
|
||||||
{
|
{
|
||||||
$upload->set_disallowed_content(explode('|', $config['mime_triggers']));
|
$upload->set_disallowed_content(explode('|', $config['mime_triggers']));
|
||||||
}
|
}
|
||||||
|
else if (!$config['check_attachment_content'])
|
||||||
|
{
|
||||||
|
$upload->set_disallowed_content(array());
|
||||||
|
}
|
||||||
|
|
||||||
$filedata['post_attach'] = $local || $upload->is_valid($form_name);
|
$filedata['post_attach'] = $local || $upload->is_valid($form_name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue