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