Browse Source

Merge pull request #400 from yqjiang/7.x-fix-vedio-mimetype

add mkv mimetype
pull/404/merge
Jordan Dukart 11 years ago
parent
commit
bf8a4f2f4c
  1. 1
      includes/mime_detect.inc

1
includes/mime_detect.inc

@ -162,6 +162,7 @@ class MimeDetect {
"xpm" => "image/x-xpixmap",
"xwd" => "image/x-windowdump",
// videos:
"mkv" => "video/x-matroska",
"mpeg" => "video/mpeg",
"mpe" => "video/mpeg",
"mpg" => "video/mpeg",

Loading…
Cancel
Save