mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
parent
73f29069de
commit
8146cc4db4
1 changed files with 4 additions and 4 deletions
|
@ -131,10 +131,10 @@ class CakeResponse {
|
||||||
'otf' => 'font/otf',
|
'otf' => 'font/otf',
|
||||||
'pdf' => 'application/pdf',
|
'pdf' => 'application/pdf',
|
||||||
'pgn' => 'application/x-chess-pgn',
|
'pgn' => 'application/x-chess-pgn',
|
||||||
'pot' => 'application/mspowerpoint',
|
'pot' => 'application/vnd.ms-powerpoint',
|
||||||
'pps' => 'application/mspowerpoint',
|
'pps' => 'application/vnd.ms-powerpoint',
|
||||||
'ppt' => 'application/mspowerpoint',
|
'ppt' => 'application/vnd.ms-powerpoint',
|
||||||
'ppz' => 'application/mspowerpoint',
|
'ppz' => 'application/vnd.ms-powerpoint',
|
||||||
'pre' => 'application/x-freelance',
|
'pre' => 'application/x-freelance',
|
||||||
'prt' => 'application/pro_eng',
|
'prt' => 'application/pro_eng',
|
||||||
'ps' => 'application/postscript',
|
'ps' => 'application/postscript',
|
||||||
|
|
Loading…
Add table
Reference in a new issue