diff options
author | Andre Gardiner <sir.dre@outlook.com> | 2014-10-22 00:13:18 +0200 |
---|---|---|
committer | Andre Gardiner <sir.dre@outlook.com> | 2014-10-22 00:13:18 +0200 |
commit | 811e5520b78c5df65d7e5b548d2e691b409116bf (patch) | |
tree | ee2d920d2bf768c05bf3cae3936af824cc13920b /application | |
parent | 58743d7492234272d9a0cb14117415b461cd6e8b (diff) |
Update mimes.php
Updated a mines for file format ical. Although it is the same as ics the upload library should also recognize ical file format just the same.
Diffstat (limited to 'application')
-rw-r--r-- | application/config/mimes.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php index bab431f77..9903bd89f 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -170,6 +170,7 @@ return array( 'kmz' => array('application/vnd.google-earth.kmz', 'application/zip', 'application/x-zip'), 'kml' => array('application/vnd.google-earth.kml+xml', 'application/xml', 'text/xml'), 'ics' => 'text/calendar', + 'ical' => 'text/calendar', 'zsh' => 'text/x-scriptzsh', '7zip' => array('application/x-compressed', 'application/x-zip-compressed', 'application/zip', 'multipart/x-zip'), 'cdr' => array('application/cdr', 'application/coreldraw', 'application/x-cdr', 'application/x-coreldraw', 'image/cdr', 'image/x-cdr', 'zz-application/zz-winassoc-cdr'), @@ -180,4 +181,4 @@ return array( ); /* End of file mimes.php */ -/* Location: ./application/config/mimes.php */
\ No newline at end of file +/* Location: ./application/config/mimes.php */ |