Test fix for a scrutinizer bug

This commit is contained in:
Paul Gear
2014-02-23 15:08:06 +10:00
parent 2adcb898f8
commit 961be6def0
+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'];