Adding mimetype x-h for header files - fixes https://github.com/owncloud/files_texteditor/issues/70

This commit is contained in:
Thomas Müller 2015-06-05 16:57:01 +02:00
parent 9899e10a04
commit 5d93353a02
1 changed files with 2 additions and 0 deletions

View File

@ -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),