From 4d97074e084e7b4ae227177e530bb135c12a587f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 07 Aug 2009 12:13:35 -0400 Subject: [PATCH] Little config improvements --- config/mimetypes.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/mimetypes.php b/config/mimetypes.php index 2e95a29..159fce0 100644 --- a/config/mimetypes.php +++ b/config/mimetypes.php @@ -41,6 +41,7 @@ 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xps' => 'application/vnd.ms-xpsdocument', 'rar' => 'application/x-rar-compressed', + 'vcf' => 'text/vcard', ); ?> \ No newline at end of file -- Gitblit v1.9.1