IcingaLegacyConfigHelper: Don't escape quotes in strings

refs #12919
This commit is contained in:
Markus Frosch 2016-11-03 13:17:53 +01:00
parent b9e4162635
commit 7ba3c425a5
1 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ class IcingaLegacyConfigHelper
{
$special = array(
'/\\\/',
'/"/',
'/\$/',
'/\t/',
'/\r/',
@ -54,7 +53,6 @@ class IcingaLegacyConfigHelper
$replace = array(
'\\\\\\',
'\\"',
'\\$',
'\\t',
'\\r',