From 850ee93711334831fb14ff3d017eaafb3de8e93a Mon Sep 17 00:00:00 2001 From: Frank Karlitschek <frank@owncloud.org> Date: Fri, 17 Aug 2012 12:39:05 +0200 Subject: [PATCH] add impress mimetype --- lib/mimetypes.list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 37d50756d5..8386bcb93f 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', ); -- GitLab