Fix for #60
Some formatting Die if installer.php fails to create password file Update target counts after importing eChecklist and CKL
This commit is contained in:
@ -347,6 +347,13 @@ $scan->isTerminated();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @var host_list $h
|
||||
*/
|
||||
foreach($host_list as $h) {
|
||||
$db->update_Target_Counts($h->getTargetId());
|
||||
}
|
||||
|
||||
unset($objSS);
|
||||
$db->update_Scan_Host_List($scan, $host_list);
|
||||
if (!isset($cmd['debug'])) {
|
||||
|
Reference in New Issue
Block a user