summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-08-17 12:39:05 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-08-17 12:39:05 +0200
commit850ee93711334831fb14ff3d017eaafb3de8e93a (patch)
tree01ddd5cce62c4f0f4b821abf4c862222bfee9cb6
parent017d8b410a8cb98041f860ab7569506a18dff7e9 (diff)
downloadnextcloud-server-850ee93711334831fb14ff3d017eaafb3de8e93a.tar.gz
nextcloud-server-850ee93711334831fb14ff3d017eaafb3de8e93a.zip
add impress mimetype
-rw-r--r--lib/mimetypes.list.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php
index 37d50756d57..8386bcb93f3 100644
--- a/lib/mimetypes.list.php
+++ b/lib/mimetypes.list.php
@@ -93,4 +93,5 @@ return array(
'pptx'=>'application/mspowerpoint',
'sgf' => 'application/sgf',
'cdr' => 'application/coreldraw',
+ 'impress' => 'text/impress',
);