From 4b3d5fe66add71e485bc996de16cf55254cb64db Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 7 Sep 2020 16:43:00 +0200 Subject: Add text/x-php as an alternative for application/x-php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- resources/config/mimetypemapping.dist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 59f0e0a17cb..70f87c280de 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -132,7 +132,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"], -- cgit v1.2.3