diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-01-23 02:22:46 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-01-23 02:23:20 +0100 |
commit | 689516ebd7a47847938420bf8715469b68fb3535 (patch) | |
tree | 68dfc8042538d3c3bcda6e89347c2c4443738d70 /lib/private | |
parent | 6241655df4121619de42ba797ec076d9b6927568 (diff) | |
download | nextcloud-server-689516ebd7a47847938420bf8715469b68fb3535.tar.gz nextcloud-server-689516ebd7a47847938420bf8715469b68fb3535.zip |
Remove duplicate mimetypes while keeping previous behaviour.
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/mimetypes.list.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php index 72860d0e64f..9db396e9fd2 100644 --- a/lib/private/mimetypes.list.php +++ b/lib/private/mimetypes.list.php @@ -35,8 +35,6 @@ return array( 'c' => 'text/x-c', 'c++' => 'text/x-c++src', 'doc'=>'application/msword', - 'doc'=>'application/msword', - 'docx'=>'application/msword', 'docx'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'dv'=>'video/dv', 'epub' => 'application/epub+zip', @@ -84,7 +82,6 @@ return array( 'ppt'=>'application/mspowerpoint', 'pptx'=>'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'psd'=>'application/x-photoshop', - 'py'=>'application/x-python', 'py'=>'text/x-script.python', 'reveal' => 'text/reveal', 'sgf' => 'application/sgf', @@ -104,8 +101,6 @@ return array( 'wmv'=>'video/x-ms-asf', 'xcf'=>'application/x-gimp', 'xls'=>'application/msexcel', - 'xls'=>'application/msexcel', - 'xlsx'=>'application/msexcel', 'xlsx'=>'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xml'=>'application/xml', 'zip'=>'application/zip', |