@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | 'mp3' => 'audio/mpeg', |
126 | 126 | 'wav' => 'audio/wav', |
127 | 127 | 'mp4' => 'video/mp4', |
128 | - 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', |
|
128 | + 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', |
|
129 | 129 | 'docs' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
130 | 130 | 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', |
131 | 131 | ]; |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', |
168 | 168 | 'docs' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
169 | 169 | 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', |
170 | - ]; |
|
170 | + ]; |
|
171 | 171 | $sContentType = 'application/octet-stream'; |
172 | 172 | |
173 | 173 | if (($pos = strrpos($filename, ".")) !== false) { |