]> source.dussan.org Git - nextcloud-server.git/commitdiff
add microsoft office mimetypes to the fixlist - bugfix for oc-357
authorGeorg Ehrke <dev@georgswebsite.de>
Tue, 20 Mar 2012 17:46:56 +0000 (18:46 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Tue, 20 Mar 2012 17:46:56 +0000 (18:46 +0100)
lib/mimetypes.fixlist.php

index 1c6acbc443844dfef0427930c78f2d20f970d960..51f12dbcc29152579d3eaad503a1bf4d2ec85230 100644 (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'
 );