From 6aba8dab8bb5839a4476948a5aa56cd49a153380 Mon Sep 17 00:00:00 2001 From: "Jack D. Pond" Date: Fri, 25 Sep 2009 17:22:27 +0000 Subject: [PATCH] Added MS Office 7 file types for downloads. This is a hack solution - addressing the whole mime.types issue need to be done in the future. --- includes/mime.types | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/mime.types b/includes/mime.types index da15b5ba81..bd57cd40b5 100644 --- a/includes/mime.types +++ b/includes/mime.types @@ -2,7 +2,7 @@ application/andrew-inset ez application/mac-binhex40 hqx application/mac-compactpro cpt application/mathml+xml mathml -application/msword doc +application/msword doc docx docm dot dotx dotm application/octet-stream bin dms lha lzh exe class so dll application/oda oda application/ogg ogg ogm @@ -13,8 +13,8 @@ application/smil smi smil application/srgs gram application/srgs+xml grxml application/vnd.mif mif -application/vnd.ms-excel xls -application/vnd.ms-powerpoint ppt +application/vnd.ms-excel xls xlsx xlsb xlam xltx xltm +application/vnd.ms-powerpoint ppt pptm pptx pot potx potm ppsm ppam application/vnd.wap.wbxml wbxml application/vnd.wap.wmlc wmlc application/vnd.wap.wmlscriptc wmlsc -- 2.20.1