Skip to content
Snippets Groups Projects
Commit 2fb68c12 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Added explanation to mimetypes.list.php to avoid future confusion.

parent 51e47319
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment