diff options
author | alecpl <alec@alec.pl> | 2010-04-06 07:23:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-04-06 07:23:29 +0000 |
commit | ace06244e8188be11e7503ba61d6bc474c5048c5 (patch) | |
tree | c6ea93fd27792e0e5a3248d50bc6e650de934dfc /config | |
parent | d1851ba77b26683b3b3ada4e08127794519d3eb6 (diff) |
- Added mimetype for text/calendar (.ics)
Diffstat (limited to 'config')
-rw-r--r-- | config/mimetypes.php | 1 |
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 |