mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
add microsoft office mimetypes to the fixlist - bugfix for oc-357
This commit is contained in:
parent
632b3cbbbb
commit
89c39b47bc
1 changed files with 7 additions and 1 deletions
|
|
@ -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'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue