Add mimetype for .obj files
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user