IcingaConfigHelper: fix backslash encoding
This commit is contained in:
parent
aaae6c02c6
commit
29230ad7b5
|
@ -72,7 +72,7 @@ class IcingaConfigHelper
|
|||
);
|
||||
|
||||
$replace = array(
|
||||
'\\\\',
|
||||
'\\\\\\',
|
||||
'\\"',
|
||||
'\\$',
|
||||
'\\t',
|
||||
|
|
Loading…
Reference in New Issue