Browse Source

Merge 39389d63cf into 2d36b4ab19

pull/282/merge
Adam 13 years ago
parent
commit
8bea949b34
  1. 1
      includes/mime_detect.inc

1
includes/mime_detect.inc

@ -139,6 +139,7 @@ class MimeDetect {
'txt' => 'text/plain',
// images:
"bmp" => "image/bmp",
'dng' => 'image/x-adobe-dng',
"gif" => "image/gif",
"ief" => "image/ief",
"jpeg" => "image/jpeg",

Loading…
Cancel
Save