Adding mimetype x-h for header files - fixes https://github.com/owncloud/files_texteditor/issues/70
This commit is contained in:
parent
9899e10a04
commit
5d93353a02
|
@ -81,6 +81,8 @@ return array(
|
|||
'gif' => array('image/gif', null),
|
||||
'gz' => array('application/x-gzip', null),
|
||||
'gzip' => array('application/x-gzip', null),
|
||||
'h' => array('text/x-h', null),
|
||||
'hh' => array('text/x-h', null),
|
||||
'html' => array('text/html', 'text/plain'),
|
||||
'htm' => array('text/html', 'text/plain'),
|
||||
'ical' => array('text/calendar', null),
|
||||
|
|
Loading…
Reference in New Issue