get query

This commit is contained in:
2024-10-09 03:08:41 +02:00
parent ce4f8dda1a
commit eae12a8e4e
5 changed files with 27444 additions and 8 deletions

View File

@ -24,7 +24,6 @@ if (!$result) {
$xml = new DOMDocument();
$xml->loadXML($result);
$xml->insertBefore($xml->createProcessingInstruction('xslt-param', "name='targets' value='$targets'"), $xml->documentElement);
$dir = $SCANS_DIR;
if (!file_exists($SCANS_DIR)) {