circular label on status

This commit is contained in:
2024-10-10 09:03:27 +02:00
parent 664bee1249
commit 01f8ee3ea0
2 changed files with 21 additions and 28 deletions

View File

@ -45,9 +45,7 @@ if (!file_exists($SCANS_DIR)) {
$path = "$SCANS_DIR/".str_replace('/', '!', $targets).'.xml';
if (!file_exists($path)) {
$xml->insertBefore($xml->createProcessingInstruction('xslt-param', "name='compareWith' value=''"), $xml->documentElement);
$xml->
save($path);
$xml->save($path);
} else {
$xml->insertBefore($xml->createProcessingInstruction('xslt-param', "name='compareWith' value='$path'"), $xml->documentElement);
}