Merge pull request #97 from libertysys/master

Test fix for a scrutinizer bug - Woot! https://scrutinizer-ci.com/g/librenms/librenms/inspections/ff397a4f-33fb-4913-b110-e6d2df824ac5 reports: "Good job, 1 issue was fixed."
This commit is contained in:
Paul Gear
2014-02-23 16:49:40 +10:00
+1
View File
@@ -32,6 +32,7 @@ include("includes/authenticate.inc.php");
if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }
$output = '';
if ($_GET['query'] && $_GET['cmd'])
{
$host = $_GET['query'];