Add mimetype for .obj files
This commit is contained in:
@@ -98,7 +98,8 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
|
||||
'word' => array('application/msword', 'application/octet-stream'),
|
||||
'xl' => 'application/excel',
|
||||
'eml' => 'message/rfc822',
|
||||
'json' => array('application/json', 'text/json')
|
||||
'json' => array('application/json', 'text/json'),
|
||||
'obj' => 'text/plain',
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user