diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-13 20:25:35 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-13 20:25:35 +0100 |
commit | 1b8d2e48fadedb8b376a9b1acbe6d199dd8af27e (patch) | |
tree | ee92e831bf12f0b70f2d9b41a34ffe449c983418 /application/config/mimes.php | |
parent | f748ebca53568d4832faa15e702e8f0d8123703a (diff) | |
parent | 3284e376bed538aff3112cd2d6eef70bccb91446 (diff) |
Fixed conflicts.
Diffstat (limited to 'application/config/mimes.php')
-rw-r--r-- | application/config/mimes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php index ea0192574..c43f1fc2f 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -57,6 +57,7 @@ $mimes = array('hqx' => array('application/mac-binhex40', 'application/mac-binhe 'mif' => 'application/vnd.mif', 'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'), 'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'), + 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'wbxml' => 'application/wbxml', 'wmlc' => 'application/wmlc', 'dcr' => 'application/x-director', |