mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaConfigHelper: fix backslash encoding
This commit is contained in:
parent
aaae6c02c6
commit
29230ad7b5
@ -72,7 +72,7 @@ class IcingaConfigHelper
|
|||||||
);
|
);
|
||||||
|
|
||||||
$replace = array(
|
$replace = array(
|
||||||
'\\\\',
|
'\\\\\\',
|
||||||
'\\"',
|
'\\"',
|
||||||
'\\$',
|
'\\$',
|
||||||
'\\t',
|
'\\t',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user