]> source.dussan.org Git - nextcloud-server.git/commitdiff
add *.ai files to the mimetypes list
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 11 Oct 2012 14:14:29 +0000 (16:14 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 11 Oct 2012 14:14:29 +0000 (16:14 +0200)
lib/mimetypes.list.php

index 8386bcb93f353d331a60e63aa78deefa49688ca9..77b97917583863de9e890b0d290c05006ff1c278 100644 (file)
@@ -94,4 +94,5 @@ return array(
        'sgf' => 'application/sgf',
        'cdr' => 'application/coreldraw',
        'impress' => 'text/impress',
+       'ai' => 'application/illustrator',
 );