summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-03 12:16:06 +0200
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-03 12:16:06 +0200
commit25544d31f91fe97b03360d2285a6317129fdf0ac (patch)
tree00f68fa68d13ec6af40a573aaf20e8af09c13866 /lib
parent7bcc0efd6a3688b04bcdda94f7cc920a044e442f (diff)
downloadnextcloud-server-25544d31f91fe97b03360d2285a6317129fdf0ac.tar.gz
nextcloud-server-25544d31f91fe97b03360d2285a6317129fdf0ac.zip
added mime type for calendar files
Diffstat (limited to 'lib')
-rw-r--r--lib/mimetypes.list.php2
1 files changed, 2 insertions, 0 deletions
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',