diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-09 13:32:52 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-09 17:41:17 +0100 |
commit | aa1adf42c74569f2591a59855bf370584ed1e5cc (patch) | |
tree | 9c544c43d5fb3e69d52af39897fd4a4ac998b7dc | |
parent | 842fc85b9a42aaa0ce31c71e05507ed5eeaa6dc4 (diff) | |
download | nextcloud-server-aa1adf42c74569f2591a59855bf370584ed1e5cc.tar.gz nextcloud-server-aa1adf42c74569f2591a59855bf370584ed1e5cc.zip |
added exe and msi filetypes and icon
-rw-r--r-- | core/img/filetypes/application.png | bin | 0 -> 464 bytes | |||
-rw-r--r-- | lib/mimetypes.list.php | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/img/filetypes/application.png b/core/img/filetypes/application.png Binary files differnew file mode 100644 index 00000000000..1dee9e36609 --- /dev/null +++ b/core/img/filetypes/application.png diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index fc87d011ecd..5302e275fb9 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', + 'msi' => 'application', + 'exe' => 'application' ); |