Merge pull request #1575 from owncloud/exec_mimetype

added icons and mimetypes for .msi and .exe files
remotes/origin/stable5
Bernhard Posselt 12 years ago
commit 73c44dfa1f
  1. BIN
      core/img/filetypes/application.png
  2. 2
      lib/mimetypes.list.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

@ -97,4 +97,6 @@ return array(
'ai' => 'application/illustrator',
'epub' => 'application/epub+zip',
'mobi' => 'application/x-mobipocket-ebook',
'exe' => 'application',
'msi' => 'application'
);

Loading…
Cancel
Save