Browse Source

Updated mimetype mappings.

pull/556/head
MorganDawe 10 years ago
parent
commit
f548041cf7
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -214,7 +214,6 @@ class MimeDetect {
// OpenDX Grid. // OpenDX Grid.
"dx" => "chemical/x-jcamp-dx", "dx" => "chemical/x-jcamp-dx",
// MOPAC Cartesian. // MOPAC Cartesian.
"mop" => "chemical/x-mopac-input",
// Compressed formats: // Compressed formats:
// (note: http://svn.cleancode.org/svn/email/trunk/mime.types) // (note: http://svn.cleancode.org/svn/email/trunk/mime.types)
"tgz" => "application/x-gzip", "tgz" => "application/x-gzip",
@ -222,6 +221,7 @@ class MimeDetect {
"tar" => "application/x-tar", "tar" => "application/x-tar",
"gtar" => "application/x-gtar", "gtar" => "application/x-gtar",
"zip" => "application/x-zip", "zip" => "application/x-zip",
"dat" => "application/octet-stream",
// others: // others:
'bin' => 'application/octet-stream', 'bin' => 'application/octet-stream',
// Web Archives: // Web Archives:

Loading…
Cancel
Save