Merge pull request #604 from wrightrocket/nodetect

Remove duplicate "No Detections For Today" message
This commit is contained in:
Patrick McGuire
2022-10-13 09:24:23 -04:00
committed by GitHub
+1 -3
View File
@@ -264,9 +264,7 @@ $refresh = $config['RECORDING_LENGTH'];
$time = time();
if (file_exists('./Charts/'.$chart)) {
echo "<img id='chart' src=\"/Charts/$chart?nocache=$time\">";
} else {
echo "<p>No Detections For Today</p>";
}
}
?>
</div>