summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-25 15:25:31 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-25 15:25:31 +0100
commit92e048746c3849dd809e2c47f235b69e02af7e9b (patch)
tree6d41b8a3f801fd291317df8fbf3a7d7d6d1c7645 /system
parent9a4d1da5fa823b6bb58cdd1d210f782e95830e91 (diff)
Added 'application/vnd.ms-powerpoint' to list of mime types.
Diffstat (limited to 'system')
-rw-r--r--system/application/config/mimes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php
index 225b0a543..a8addb932 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -30,7 +30,7 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
'smil' => 'application/smil',
'mif' => 'application/vnd.mif',
'xls' => array('application/excel', 'application/vnd.ms-excel'),
- 'ppt' => 'application/powerpoint',
+ 'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'),
'wbxml' => 'application/wbxml',
'wmlc' => 'application/wmlc',
'dcr' => 'application/x-director',