add filecontent to allowed form-fields to not be escaped
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -407,7 +407,8 @@ class PhpHelper
|
|||||||
'specialsettings',
|
'specialsettings',
|
||||||
'ssl_specialsettings',
|
'ssl_specialsettings',
|
||||||
'default_vhostconf_domain',
|
'default_vhostconf_domain',
|
||||||
'ssl_default_vhostconf_domain'
|
'ssl_default_vhostconf_domain',
|
||||||
|
'filecontent'
|
||||||
];
|
];
|
||||||
if (isset($global) && ! empty($global)) {
|
if (isset($global) && ! empty($global)) {
|
||||||
$tmp = $global;
|
$tmp = $global;
|
||||||
|
|||||||
Reference in New Issue
Block a user