From 393137e290a7fa1de0d8acc1288632c9d80d3e1b Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 8 Feb 2004 12:21:06 +0000 Subject: [PATCH] Add a mimetype for .asf files --- files/mimetypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/files/mimetypes.php b/files/mimetypes.php index a678626c69..ecfe483aa2 100644 --- a/files/mimetypes.php +++ b/files/mimetypes.php @@ -68,6 +68,7 @@ function mimeinfo($element, $filename) { "txt" => array ("type"=>"text/plain", "icon"=>"text.gif"), "wav" => array ("type"=>"audio/wav", "icon"=>"audio.gif"), "wmv" => array ("type"=>"video/x-ms-wmv", "icon"=>"avi.gif"), + "asf" => array ("type"=>"video/x-ms-asf", "icon"=>"avi.gif"), "xls" => array ("type"=>"application/vnd.ms-excel", "icon"=>"excel.gif"), "xml" => array ("type"=>"text/xml", "icon"=>"xml.gif"), "xsl" => array ("type"=>"text/xml", "icon"=>"xml.gif"), -- 2.39.5