From: Georg Ehrke Date: Mon, 3 Oct 2011 10:16:06 +0000 (+0200) Subject: added mime type for calendar files X-Git-Tag: v3.0~123^2~4^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=25544d31f91fe97b03360d2285a6317129fdf0ac;p=nextcloud-server.git added mime type for calendar files --- diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 24679257199..e0570e84ea5 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -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',