]> source.dussan.org Git - nextcloud-server.git/commitdiff
added mime type for calendar files
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>
Mon, 3 Oct 2011 10:16:06 +0000 (12:16 +0200)
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>
Mon, 3 Oct 2011 10:16:06 +0000 (12:16 +0200)
lib/mimetypes.list.php

index 2467925719995b5ece271f60de2a0807470dbfd8..e0570e84ea5c8c8e758ecc0339b2d7e4d029635e 100644 (file)
@@ -32,6 +32,8 @@ return array(
        'gz'=>'application/x-gzip',
        'html'=>'text/html',
        'htm'=>'text/html',
+       'ics'=>'text/calendar',
+       'ical'=>'text/calendar',
        'jpeg'=>'image/jpeg',
        'jpg'=>'image/jpeg',
        'js'=>'application/javascript',