Remove duplicate "No Detections For Today" message
This commit is contained in:
@@ -264,8 +264,6 @@ $refresh = $config['RECORDING_LENGTH'];
|
|||||||
$time = time();
|
$time = time();
|
||||||
if (file_exists('./Charts/'.$chart)) {
|
if (file_exists('./Charts/'.$chart)) {
|
||||||
echo "<img id='chart' src=\"/Charts/$chart?nocache=$time\">";
|
echo "<img id='chart' src=\"/Charts/$chart?nocache=$time\">";
|
||||||
} else {
|
|
||||||
echo "<p>No Detections For Today</p>";
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user