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