Browse Source
Add text/x-php as an alternative for application/x-php
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/22646/head
Julius Härtl
5 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
resources/config/mimetypemapping.dist.json
|
|
|
@ -134,7 +134,7 @@ |
|
|
|
"pdf": ["application/pdf"], |
|
|
|
"pfb": ["application/x-font"], |
|
|
|
"pef": ["image/x-dcraw"], |
|
|
|
"php": ["application/x-php"], |
|
|
|
"php": ["application/x-php", "text/x-php"], |
|
|
|
"pl": ["application/x-perl"], |
|
|
|
"pls": ["audio/x-scpls"], |
|
|
|
"png": ["image/png"], |
|
|
|
|