Browse Source

Updated mime detect class.

pull/540/head
MorganDawe 10 years ago
parent
commit
f1de655d9a
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -134,7 +134,7 @@ class MimeDetect {
'xhtml' => 'application/xhtml+xml',
'xsl' => 'text/xsl',
'xslt' => 'text/xsl',
'xml' => 'text/xml',
'xml' => 'application/xml',
'csv' => 'text/csv',
'tsv' => 'text/tab-separated-values',
'txt' => 'text/plain',

Loading…
Cancel
Save