fix mimetype for cdr files - bugfix for oc 559
This commit is contained in:
parent
6524f6ad30
commit
43674b1759
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