host scan stylesheet

This commit is contained in:
2024-10-14 02:50:36 +02:00
parent ad79495608
commit 2f7eebdaf1
5 changed files with 307 additions and 327 deletions

View File

@ -10,6 +10,8 @@ $LANSCAN_OPTIONS = [
];
$HOSTSCAN_OPTIONS = [
'Pn' => true,
'F' => true,
'sV' => true,
'stylesheet' => "$BASEDIR/hostScan.xsl"
];