From 92e048746c3849dd809e2c47f235b69e02af7e9b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 25 Feb 2008 14:25:31 +0000 Subject: Added 'application/vnd.ms-powerpoint' to list of mime types. --- system/application/config/mimes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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', -- cgit v1.2.3-24-g4f1b