- Added mimetype for text/calendar (.ics)

release-0.6
alecpl 15 years ago
parent d1851ba77b
commit ace06244e8

@ -42,6 +42,7 @@ return array(
'xps' => 'application/vnd.ms-xpsdocument', 'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed', 'rar' => 'application/x-rar-compressed',
'vcf' => 'text/vcard', 'vcf' => 'text/vcard',
'ics' => 'text/calendar',
); );
?> ?>
Loading…
Cancel
Save