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