summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-09-07 16:43:00 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-09-09 12:17:28 +0000
commit4b3d5fe66add71e485bc996de16cf55254cb64db (patch)
tree014d27890931eb704cea656760937e6637107177 /resources
parentb3c5271c89b6120b0407484895e8f975958d33c7 (diff)
downloadnextcloud-server-4b3d5fe66add71e485bc996de16cf55254cb64db.tar.gz
nextcloud-server-4b3d5fe66add71e485bc996de16cf55254cb64db.zip
Add text/x-php as an alternative for application/x-php
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypemapping.dist.json2
1 files changed, 1 insertions, 1 deletions
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"],