From 2fb68c120b0b1f9c6d7ed9e3f10d595ffd080ddb Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Mon, 14 Apr 2014 18:21:19 +0200
Subject: [PATCH] Added explanation to mimetypes.list.php to avoid future
 confusion.

---
 lib/private/mimetypes.list.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index cdfd2ec0fd..07e2391c11 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -22,6 +22,10 @@
 
 /**
  * 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),
-- 
GitLab