summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-09 13:32:52 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-09 17:41:17 +0100
commitaa1adf42c74569f2591a59855bf370584ed1e5cc (patch)
tree9c544c43d5fb3e69d52af39897fd4a4ac998b7dc
parent842fc85b9a42aaa0ce31c71e05507ed5eeaa6dc4 (diff)
downloadnextcloud-server-aa1adf42c74569f2591a59855bf370584ed1e5cc.tar.gz
nextcloud-server-aa1adf42c74569f2591a59855bf370584ed1e5cc.zip
added exe and msi filetypes and icon
-rw-r--r--core/img/filetypes/application.pngbin0 -> 464 bytes
-rw-r--r--lib/mimetypes.list.php2
2 files changed, 2 insertions, 0 deletions
diff --git a/core/img/filetypes/application.png b/core/img/filetypes/application.png
new file mode 100644
index 00000000000..1dee9e36609
--- /dev/null
+++ b/core/img/filetypes/application.png
Binary files differ
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'
);