debug
This commit is contained in:
@ -177,7 +177,13 @@ function diagramDisplay($datas)
|
||||
}
|
||||
|
||||
$tmp = explode("|", $_GET["device"]);
|
||||
if (!empty($tmp[0]) && !empty($tmp[1]) && !empty($tmp[2]))
|
||||
{
|
||||
displayStats($tmp[0], $tmp[1], $tmp[2], $_GET["startDate"], $_GET["endDate"]);
|
||||
}else
|
||||
{
|
||||
logger(ERROR, "Your syntax is bad");
|
||||
}
|
||||
|
||||
displayStats($tmp[0], $tmp[1], $tmp[2], $_GET["startDate"], $_GET["endDate"]);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user