From 7ef62104f0a192f196a77705ed310af07ecbab03 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 15 Oct 2024 22:34:36 +0200 Subject: [PATCH] don't spin all form --- hostScan.xsl | 92 ++++++++++++++++++++++++++++++++------------------ index.php | 4 +-- lanScan.xsl | 94 +++++++++++++++++++++++++++++----------------------- 3 files changed, 114 insertions(+), 76 deletions(-) diff --git a/hostScan.xsl b/hostScan.xsl index 0e58706..d59d688 100755 --- a/hostScan.xsl +++ b/hostScan.xsl @@ -109,7 +109,7 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/> lanScan est basé sur Nmap - diff --git a/index.php b/index.php index e33e4b0..1b0dcab 100755 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ include_once 'filter_inputs.php'; Exemples: /24 10.0-255.0-255.1-254" /> - + @@ -63,7 +63,7 @@ foreach (scandir($SCANSDIR) as $filename) {