diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-09 09:14:40 -0800 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-09 09:14:40 -0800 |
commit | 73c44dfa1fd091f56e4cc47341fb5c38d20356bd (patch) | |
tree | 9100599ee05d89717928174787648e3262209acc /lib | |
parent | 9bf1f22d5fed0a8f925f89816a9cf0464cda900e (diff) | |
parent | 0664b98b4ff3a8dd8c1b97732cdb60d2b7077636 (diff) | |
download | nextcloud-server-73c44dfa1fd091f56e4cc47341fb5c38d20356bd.tar.gz nextcloud-server-73c44dfa1fd091f56e4cc47341fb5c38d20356bd.zip |
Merge pull request #1575 from owncloud/exec_mimetype
added icons and mimetypes for .msi and .exe files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mimetypes.list.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index fc87d011ecd..86ce9c6c237 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -97,4 +97,6 @@ return array( 'ai' => 'application/illustrator', 'epub' => 'application/epub+zip', 'mobi' => 'application/x-mobipocket-ebook', + 'exe' => 'application', + 'msi' => 'application' ); |