Browse Source

Correct recently broken MIME-type.

pull/508/head
Adam Vessey 11 years ago
parent
commit
8b3d781b3b
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -144,7 +144,7 @@ class MimeDetect {
"ief" => "image/ief",
"jpeg" => "image/jpeg",
"jpe" => "image/jpeg",
"jpg" => "image/jpg",
"jpg" => "image/jpeg",
"jp2" => "image/jp2",
"png" => "image/png",
"tiff" => "image/tiff",

Loading…
Cancel
Save