fix heredoc string for old php
This commit is contained in:
parent
fee3f2a043
commit
cdf14a09d9
@ -21,7 +21,8 @@ foreach (scandir("./confs/") as $file) {
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet href='../results.xsl' type='text/xsl'?>
|
<?xml-stylesheet href='../results.xsl' type='text/xsl'?>
|
||||||
<lanScanConf/>
|
<lanScanConf/>
|
||||||
XML;);
|
XML
|
||||||
|
);
|
||||||
$xml->addChild("scan path='scans/$site.xml'");
|
$xml->addChild("scan path='scans/$site.xml'");
|
||||||
|
|
||||||
foreach ($yaml as $siteName => $groups) {
|
foreach ($yaml as $siteName => $groups) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user