[Pkg-owncloud-commits] [owncloud] 317/457: Adding mimetype x-h for header files - fixes https://github.com/owncloud/files_texteditor/issues/70
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 5d93353a023c90527c44653328638f6c64a73dbd
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Fri Jun 5 16:57:01 2015 +0200
Adding mimetype x-h for header files - fixes https://github.com/owncloud/files_texteditor/issues/70
---
lib/private/mimetypes.list.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index 427a152..5a6b416 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -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),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list