lanScan -
@@ -82,6 +86,7 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
+
diff --git a/lanScan.xsl b/lanScan.xsl
index 28a1d19..357bd0a 100755
--- a/lanScan.xsl
+++ b/lanScan.xsl
@@ -10,6 +10,12 @@
+
+
+
+
+
+
@@ -17,10 +23,6 @@
-
-
-
-
@@ -40,12 +42,15 @@
-
-
- 60;URL=
-
-
-
+
+
+
+
+ ;URL=
+
+
+
+
lanScan -
@@ -85,6 +90,7 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
+
diff --git a/options.php b/options.php
index cfac804..c6bbc36 100755
--- a/options.php
+++ b/options.php
@@ -246,6 +246,15 @@ foreach (scandir($SCANSDIR) as $filename) {
?>
+
+
+
+
+
diff --git a/scan.php b/scan.php
index c606054..15a146f 100755
--- a/scan.php
+++ b/scan.php
@@ -41,6 +41,7 @@ $xml->load($tempPath);
$saveAsURL = $saveAs? "$BASEDIR/$SCANSDIR/$saveAs.xml" : "";
$xml->insertBefore($xml->createProcessingInstruction('xslt-param', "name='savedAs' value='".htmlentities($saveAsURL, ENT_QUOTES)."'"), $xml->documentElement);
$xml->insertBefore($xml->createProcessingInstruction('xslt-param', "name='compareWith' value='".htmlentities($compareWith, ENT_QUOTES)."'"), $xml->documentElement);
+$xml->insertBefore($xml->createProcessingInstruction('xslt-param', "name='refreshPeriod' value='".htmlentities($refreshPeriod, ENT_QUOTES)."'"), $xml->documentElement);
if ($saveAs) {
$path = "$SCANSDIR/$saveAs.xml";