mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
Ref #2223
This commit is contained in:
parent
894abc6418
commit
de80552e36
@ -88,7 +88,7 @@ sub check_version {
|
|||||||
sub read_config {
|
sub read_config {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my $content_file = <<END_FILE
|
my $content_file = <<'END_FILE';
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<root>
|
<root>
|
||||||
<dcdiag language="en">
|
<dcdiag language="en">
|
||||||
|
@ -105,7 +105,7 @@ sub new {
|
|||||||
sub read_config {
|
sub read_config {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my $content_file = <<END_FILE
|
my $content_file = <<'END_FILE';
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<root>
|
<root>
|
||||||
<qwinsta language="en">
|
<qwinsta language="en">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user