added mime type for calendar files

This commit is contained in:
Georg Ehrke 2011-10-03 12:16:06 +02:00
parent 7bcc0efd6a
commit 25544d31f9
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ return array(
'gz'=>'application/x-gzip',
'html'=>'text/html',
'htm'=>'text/html',
'ics'=>'text/calendar',
'ical'=>'text/calendar',
'jpeg'=>'image/jpeg',
'jpg'=>'image/jpeg',
'js'=>'application/javascript',