]> source.dussan.org Git - nextcloud-server.git/commitdiff
add new keynote mimetype
authorJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 16 Jun 2014 14:25:12 +0000 (16:25 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 16 Jun 2014 14:25:12 +0000 (16:25 +0200)
lib/private/mimetypes.list.php

index ba1b9ca10b13d6d6523f8008b69a70d644846041..d27e9e6348bfbdd5e1cb8c22cbdfe9bad175d820 100644 (file)
@@ -74,6 +74,7 @@ return array(
        'jpg' => array('image/jpeg', null),
        'js' => array('application/javascript', 'text/plain'),
        'json' => array('application/json', 'text/plain'),
+       'key' => array('application/x-iwork-keynote-sffkey', null),
        'keynote' => array('application/x-iwork-keynote-sffkey', null),
        'kra' => array('application/x-krita', null),
        'm2t' => array('video/mp2t', null),