Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.
diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php
index f73858a..51e444e 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -93,12 +93,13 @@
'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 5106d10..2c20ce5 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -71,6 +71,7 @@
<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>