summaryrefslogtreecommitdiffstats
path: root/system
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 /system
parentc72c6757b662af25954c2c38c6aa9641dc5d67c0 (diff)
Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.
Diffstat (limited to 'system')
-rw-r--r--system/application/config/mimes.php3
1 files changed, 2 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