mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Added explanation to mimetypes.list.php to avoid future confusion.
This commit is contained in:
parent
51e47319ef
commit
2fb68c120b
1 changed files with 4 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue