From 6ec22f5ca04a17035c2e9773e20702da905c340a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 16 Jan 2009 14:52:12 +0000 Subject: Added 'application/msexcel' to config/mimes.php for .xls files. --- system/application/config/mimes.php | 2 +- user_guide/changelog.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php index 10acfad9a..438f610ce 100644 --- a/system/application/config/mimes.php +++ b/system/application/config/mimes.php @@ -29,7 +29,7 @@ $mimes = array( 'hqx' => 'application/mac-binhex40', 'smi' => 'application/smil', 'smil' => 'application/smil', 'mif' => 'application/vnd.mif', - 'xls' => array('application/excel', 'application/vnd.ms-excel'), + 'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'), 'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'), 'wbxml' => 'application/wbxml', 'wmlc' => 'application/wmlc', diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 245f218c5..dbe4c6653 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -82,6 +82,11 @@ SVN Revision:

  • Added ability to force lowercase for url_title() in the URL helper.
  • +
  • Other Changes + +
  • Bug fixes for 1.7.1

    -- cgit v1.2.3-24-g4f1b