From b0ca737cf82ab25ed240a00c8230272fe7486518 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Mon, 2 Jun 2014 14:02:22 -0300 Subject: [PATCH] no need for bin mappings --- includes/mime_detect.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index c1be1b92..a602ace2 100644 --- a/includes/mime_detect.inc +++ b/includes/mime_detect.inc @@ -203,8 +203,6 @@ class MimeDetect { "inp" => "chemical/x-gamess-input", // GAMESS Output. "gam" => "chemical/x-gamess-input", - // General output file. - "out" => "application/octet-stream", // Gaussian Cube. "cub" => "chemical/x-gaussian-cube", // Gaussian 98/03 Cartesian Input. @@ -217,8 +215,6 @@ class MimeDetect { "dx" => "chemical/x-jcamp-dx", // MOPAC Cartesian. "mop" => "chemical/x-mopac-input", - // General Input File. - "in" => "application/octet-stream", // Compressed formats: // (note: http://svn.cleancode.org/svn/email/trunk/mime.types) "tgz" => "application/x-gzip",