IcingaConfigHelper: fix backslash encoding

This commit is contained in:
Thomas Gelf 2015-06-11 21:32:46 +02:00
parent aaae6c02c6
commit 29230ad7b5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class IcingaConfigHelper
);
$replace = array(
'\\\\',
'\\\\\\',
'\\"',
'\\$',
'\\t',