add filecontent to allowed form-fields to not be escaped

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-02-05 15:44:49 +01:00
parent 5ceddc8c65
commit 97bb7b6227

View File

@@ -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;