From: Björn Schießle Date: Thu, 11 Oct 2012 14:14:29 +0000 (+0200) Subject: add *.ai files to the mimetypes list X-Git-Tag: v5.0.0alpha1~812 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=86d978be7801e23b67c3fc6241aa7f21184011cc;p=nextcloud-server.git add *.ai files to the mimetypes list --- diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 8386bcb93f3..77b97917583 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -94,4 +94,5 @@ return array( 'sgf' => 'application/sgf', 'cdr' => 'application/coreldraw', 'impress' => 'text/impress', + 'ai' => 'application/illustrator', );