From 16b981735895424dd2d59707af87716c0e04d363 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Mon, 7 Sep 2020 16:43:00 +0200 Subject: [PATCH] Add text/x-php as an alternative for application/x-php MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- resources/config/mimetypemapping.dist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index c59dfaefd30..97b2f74ff0e 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/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"], -- 2.39.5