parent
b9e4162635
commit
7ba3c425a5
|
@ -43,7 +43,6 @@ class IcingaLegacyConfigHelper
|
|||
{
|
||||
$special = array(
|
||||
'/\\\/',
|
||||
'/"/',
|
||||
'/\$/',
|
||||
'/\t/',
|
||||
'/\r/',
|
||||
|
@ -54,7 +53,6 @@ class IcingaLegacyConfigHelper
|
|||
|
||||
$replace = array(
|
||||
'\\\\\\',
|
||||
'\\"',
|
||||
'\\$',
|
||||
'\\t',
|
||||
'\\r',
|
||||
|
|
Loading…
Reference in New Issue