From fb108204d198c9dc1d964cabe5c29ae106a25216 Mon Sep 17 00:00:00 2001 From: Éderson Date: Mon, 22 Jun 2015 16:52:45 -0300 Subject: Added .ico mime type Just added ico to mime list --- application/config/mimes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/mimes.php b/application/config/mimes.php index 78d8e53e3..f9b74bfb2 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -154,5 +154,6 @@ return array( 'svg' => array('image/svg+xml', 'application/xml', 'text/xml'), 'vcf' => 'text/x-vcard', 'srt' => array('text/srt', 'text/plain'), - 'vtt' => array('text/vtt', 'text/plain') + 'vtt' => array('text/vtt', 'text/plain'), + 'ico' => 'image/x-icon' ); -- cgit v1.2.3-24-g4f1b