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

This commit is contained in:
Georg Ehrke 2012-03-20 18:46:56 +01:00
parent 632b3cbbbb
commit 89c39b47bc
1 changed files with 7 additions and 1 deletions

View File

@ -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'
);