From ace06244e8188be11e7503ba61d6bc474c5048c5 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 6 Apr 2010 07:23:29 +0000 Subject: - Added mimetype for text/calendar (.ics) --- config/mimetypes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config/mimetypes.php') 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 -- cgit v1.2.3