mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
5e4303b1fe
commit
16b9817358
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue