Skip to content
Snippets Groups Projects
Commit 444a209a authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #3183 from miicha/patch-1

fixing mimetype for "new" ms office formats
parents a204a46d fbf92336
No related branches found
No related tags found
No related merge requests found
...@@ -86,11 +86,11 @@ return array( ...@@ -86,11 +86,11 @@ return array(
'vcf' => 'text/vcard', 'vcf' => 'text/vcard',
'vcard' => 'text/vcard', 'vcard' => 'text/vcard',
'doc'=>'application/msword', 'doc'=>'application/msword',
'docx'=>'application/msword', 'docx'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'xls'=>'application/msexcel', 'xls'=>'application/msexcel',
'xlsx'=>'application/msexcel', 'xlsx'=>'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'ppt'=>'application/mspowerpoint', 'ppt'=>'application/mspowerpoint',
'pptx'=>'application/mspowerpoint', 'pptx'=>'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'sgf' => 'application/sgf', 'sgf' => 'application/sgf',
'cdr' => 'application/coreldraw', 'cdr' => 'application/coreldraw',
'impress' => 'text/impress', 'impress' => 'text/impress',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment