|
|
@ -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: |
|
|
|