Add mimetype for .obj files

This commit is contained in:
Eike Foken
2011-08-30 01:07:04 +02:00
parent 55cea0a0a8
commit cc7ac2f47b

View File

@@ -98,9 +98,10 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
'word' => array('application/msword', 'application/octet-stream'), 'word' => array('application/msword', 'application/octet-stream'),
'xl' => 'application/excel', 'xl' => 'application/excel',
'eml' => 'message/rfc822', 'eml' => 'message/rfc822',
'json' => array('application/json', 'text/json') 'json' => array('application/json', 'text/json'),
'obj' => 'text/plain',
); );
/* End of file mimes.php */ /* End of file mimes.php */
/* Location: ./application/config/mimes.php */ /* Location: ./application/config/mimes.php */