mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix mimetype for cdr files - bugfix for oc 559
This commit is contained in:
parent
cc3835d657
commit
96d0b9834a
1 changed files with 2 additions and 1 deletions
|
|
@ -17,5 +17,6 @@ return array(
|
|||
'xlsx'=>'application/msexcel',
|
||||
'ppt'=>'application/mspowerpoint',
|
||||
'pptx'=>'application/mspowerpoint',
|
||||
'sgf' => 'application/sgf'
|
||||
'sgf' => 'application/sgf',
|
||||
'cdr' => 'application/coreldraw'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue