From 961be6def098665d9b3956090c4a175e53bd67d1 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 23 Feb 2014 15:08:06 +1000 Subject: [PATCH] Test fix for a scrutinizer bug --- html/netcmd.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/netcmd.php b/html/netcmd.php index fbd3e2fc41..4d57820fe0 100755 --- a/html/netcmd.php +++ b/html/netcmd.php @@ -32,6 +32,7 @@ include("includes/authenticate.inc.php"); if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; } +$output = ''; if ($_GET['query'] && $_GET['cmd']) { $host = $_GET['query'];