summaryrefslogtreecommitdiff
path: root/config/mimetypes.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-04-06 07:23:29 +0000
committeralecpl <alec@alec.pl>2010-04-06 07:23:29 +0000
commitace06244e8188be11e7503ba61d6bc474c5048c5 (patch)
treec6ea93fd27792e0e5a3248d50bc6e650de934dfc /config/mimetypes.php
parentd1851ba77b26683b3b3ada4e08127794519d3eb6 (diff)
- Added mimetype for text/calendar (.ics)
Diffstat (limited to 'config/mimetypes.php')
-rw-r--r--config/mimetypes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mimetypes.php b/config/mimetypes.php
index 159fce0d0..3e3ed308f 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -42,6 +42,7 @@ return array(
'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed',
'vcf' => 'text/vcard',
+ 'ics' => 'text/calendar',
);
?> \ No newline at end of file