Skip to content
Snippets Groups Projects
Commit 89c39b47 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

add microsoft office mimetypes to the fixlist - bugfix for oc-357

parent 632b3cbb
Branches
No related tags found
No related merge requests found
......@@ -10,5 +10,11 @@ return array(
'pl'=>'text/x-script.perl',
'py'=>'text/x-script.phyton',
'vcf' => 'text/vcard',
'vcard' => 'text/vcard'
'vcard' => 'text/vcard',
'doc'=>'application/msword',
'docx'=>'application/msword',
'xls'=>'application/msexcel',
'xlsx'=>'application/msexcel',
'ppt'=>'application/mspowerpoint',
'pptx'=>'application/mspowerpoint'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment