html pages cleanup

git-svn-id: http://www.observium.org/svn/observer/trunk@1902 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-17 11:48:03 +00:00
parent a14ae7e60a
commit a32bff3c81
6 changed files with 210 additions and 191 deletions

View File

@@ -39,9 +39,9 @@ if ($_GET['query'] && $_GET['cmd']) {
} else {
$cmd = $config['nmap'] . " $host";
}
break;
break;
}
if (!empty($cmd))
{
$output = `$cmd`;