diff options
author | TheSFReader <TheSFReader@gmail.com> | 2013-01-17 22:20:57 +0100 |
---|---|---|
committer | TheSFReader <TheSFReader@gmail.com> | 2013-01-17 22:20:57 +0100 |
commit | 73522fe189253481984019cdb9f141cbaa41997c (patch) | |
tree | 1a38d9d1979c0b3a5e3d38e0c31e3c4b20fd062e /lib | |
parent | eb9cd0858eb81b5783fa92c34d6f5b131b80e079 (diff) | |
download | nextcloud-server-73522fe189253481984019cdb9f141cbaa41997c.tar.gz nextcloud-server-73522fe189253481984019cdb9f141cbaa41997c.zip |
Add ebook specific mimetypes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mimetypes.list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index a0d1a287e9a..fc87d011ecd 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -97,5 +97,4 @@ return array( 'ai' => 'application/illustrator', 'epub' => 'application/epub+zip', 'mobi' => 'application/x-mobipocket-ebook', - ); |