From d78564abcaa254b043650e4480df6c477f783e58 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 28 Jul 2010 05:02:41 -0400 Subject: [PATCH] - Fix performance in array_keys_recursive() --- config/mimetypes.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config/mimetypes.php b/config/mimetypes.php index 2e95a29..3e3ed30 100644 --- a/config/mimetypes.php +++ b/config/mimetypes.php @@ -41,6 +41,8 @@ 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', '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