diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-28 10:28:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-28 10:28:48 +0200 |
commit | 9fa3956aa886f7522553ac161a42569706613b0c (patch) | |
tree | d59fa665a797a4d3ddc957bdd8e16a11dc905782 /include/attach.php | |
parent | 02fc082e45cfaf6b313f40f1107122837019dd32 (diff) | |
download | volse-hubzilla-9fa3956aa886f7522553ac161a42569706613b0c.tar.gz volse-hubzilla-9fa3956aa886f7522553ac161a42569706613b0c.tar.bz2 volse-hubzilla-9fa3956aa886f7522553ac161a42569706613b0c.zip |
translate mime types to icons, update some icons, move file preview (upload progress) below table header
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php index b3ddfee88..7123d59fe 100644 --- a/include/attach.php +++ b/include/attach.php @@ -74,6 +74,7 @@ function z_mime_content_type($filename) { // 'webm' => 'audio/webm', 'mp4' => 'video/mp4', // 'mp4' => 'audio/mp4', + 'mkv' => 'video/x-matroska', // adobe 'pdf' => 'application/pdf', |