added mime type for calendar files

remotes/origin/stable
Georg Ehrke 14 years ago
parent 7bcc0efd6a
commit 25544d31f9
  1. 2
      lib/mimetypes.list.php

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

Loading…
Cancel
Save