mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
Add text/x-php as an alternative for application/x-php
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
b3c5271c89
commit
4b3d5fe66a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue