fix mimetype for cdr files - bugfix for oc 559

remotes/origin/stable4
Georg Ehrke 13 years ago
parent 6524f6ad30
commit 43674b1759
  1. 3
      lib/mimetypes.fixlist.php

@ -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…
Cancel
Save