mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Changing order of jpeg aliases so that mapType() returns the most common one
This commit is contained in:
parent
e96fe515a1
commit
06a89f128a
1 changed files with 2 additions and 2 deletions
|
@ -250,9 +250,9 @@ class CakeResponse {
|
|||
'f4b' => 'audio/mp4',
|
||||
'gif' => 'image/gif',
|
||||
'ief' => 'image/ief',
|
||||
'jpe' => 'image/jpeg',
|
||||
'jpeg' => 'image/jpeg',
|
||||
'jpg' => 'image/jpeg',
|
||||
'jpeg' => 'image/jpeg',
|
||||
'jpe' => 'image/jpeg',
|
||||
'pbm' => 'image/x-portable-bitmap',
|
||||
'pgm' => 'image/x-portable-graymap',
|
||||
'png' => 'image/png',
|
||||
|
|
Loading…
Add table
Reference in a new issue