summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-07-16 19:10:14 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-07-16 19:10:14 +0200
commitd06876d9fbeeeabdbabf9f0d4820fc3349b59552 (patch)
treecffbf8ab2a18fac7614f74a5cac946bb0a4c0425
parentc72c6757b662af25954c2c38c6aa9641dc5d67c0 (diff)
Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.
-rw-r--r--system/application/config/mimes.php3
-rw-r--r--user_guide/changelog.html1
2 files changed, 3 insertions, 1 deletions
diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php
index f73858acc..51e444ee1 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -93,12 +93,13 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
'avi' => 'video/x-msvideo',
'movie' => 'video/x-sgi-movie',
'doc' => 'application/msword',
+ 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
+ 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'word' => array('application/msword', 'application/octet-stream'),
'xl' => 'application/excel',
'eml' => 'message/rfc822'
);
-
/* End of file mimes.php */
/* Location: ./system/application/config/mimes.php */ \ No newline at end of file
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 5106d101b..2c20ce539 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -71,6 +71,7 @@ SVN Revision: XXXX</p>
<li>Other changes
<ul>
<li>Improved performance and accuracy of xss_clean(), including reduction of false positives on image/file tests.</li>
+ <li>Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.</li>
</ul>
</li>
</ul>