]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added explanation to mimetypes.list.php to avoid future confusion.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 14 Apr 2014 16:21:19 +0000 (18:21 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 14 Apr 2014 16:21:19 +0000 (18:21 +0200)
lib/private/mimetypes.list.php

index cdfd2ec0fdd189e95f58ea826846a331eaf953af..07e2391c1161cebaf63c36f8494fd8157ba723eb 100644 (file)
 
 /**
  * Array mapping file extensions to mimetypes (in alphabetical order).
+ *
+ * The first index in the mime type array is the assumed correct mimetype
+ * and the second is either a secure alternative or null if the correct
+ * is considered secure.
  */
 return array(
        '7z' => array('application/x-7z-compressed', null),