From 2337fe1e601742cdd2a0a415712797b38865d91e Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 14 Oct 2024 15:40:50 +0200 Subject: [PATCH] little fixes --- config.php | 4 ++-- style.css | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index d86e0f5..67ce1a5 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $BASEDIR = "{$_SERVER['REQUEST_SCHEME']}://{$_SERVER['SERVER_NAME']}:{$_SERVER['SERVER_PORT']}" . dirname($_SERVER['REQUEST_URI']); $LANSCAN_OPTIONS = [ - 'PS' => 'ssh,http,https,msrpc,microsoft-ds', + 'PS' => 'microsoft-ds', 'F' => true, 'T5' => true, 'stylesheet' => "$BASEDIR/lanScan.xsl" @@ -19,4 +19,4 @@ $HOSTSCAN_OPTIONS = [ $SCANSDIR = 'scans'; $DATADIR = '/usr/share/nmap'; -$sudo = true; \ No newline at end of file +$sudo = true; diff --git a/style.css b/style.css index ce7a988..a11f9ef 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,10 @@ svg { min-height: calc(100vh - 4.4285em - 2px); } +footer { + margin-bottom: 0; +} + .tagify { width: 100%; border-radius: .28571429rem; @@ -41,4 +45,4 @@ svg { --used-percent: calc(100% - 100%*var(--free-ratio)); --color: hsl(calc(120*var(--free-ratio)) 100% 50%); background-image: linear-gradient(to right, var(--color) var(--used-percent), transparent var(--used-percent), transparent) !important; -} \ No newline at end of file +}