From ace06244e8188be11e7503ba61d6bc474c5048c5 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 06 Apr 2010 03:23:29 -0400
Subject: [PATCH] - Added mimetype for text/calendar (.ics)

---
 config/mimetypes.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/mimetypes.php b/config/mimetypes.php
index 159fce0..3e3ed30 100644
--- a/config/mimetypes.php
+++ b/config/mimetypes.php
@@ -42,6 +42,7 @@
   'xps' => 'application/vnd.ms-xpsdocument',
   'rar' => 'application/x-rar-compressed',
   'vcf' => 'text/vcard',
+  'ics' => 'text/calendar',
 );
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1