From 8146cc4db4f5317e473da09dbfaaec5370dd1bc5 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 15 Aug 2012 23:14:57 -0400 Subject: [PATCH] Update mime types of various powerpoint extensions. Fixes #3121 --- lib/Cake/Network/CakeResponse.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index a763705bc..7f8ea4507 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -131,10 +131,10 @@ class CakeResponse { 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', - 'pot' => 'application/mspowerpoint', - 'pps' => 'application/mspowerpoint', - 'ppt' => 'application/mspowerpoint', - 'ppz' => 'application/mspowerpoint', + 'pot' => 'application/vnd.ms-powerpoint', + 'pps' => 'application/vnd.ms-powerpoint', + 'ppt' => 'application/vnd.ms-powerpoint', + 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript',