Adding .TQ8 file types.
这个提交包含在:
父节点
24cd4bfe11
当前提交
bbfbdd8450
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -101,8 +101,10 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
|
||||||
'json' => array('application/json', 'text/json'),
|
'json' => array('application/json', 'text/json'),
|
||||||
'adi' => 'application/octet-stream',
|
'adi' => 'application/octet-stream',
|
||||||
'ADI' => 'application/octet-stream',
|
'ADI' => 'application/octet-stream',
|
||||||
|
'tq8' => 'application/octet-stream',
|
||||||
|
'TQ8' => 'application/octet-stream',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
/* End of file mimes.php */
|
/* End of file mimes.php */
|
||||||
/* Location: ./application/config/mimes.php */
|
/* Location: ./application/config/mimes.php */
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用