Remove duplicate "No Detections For Today" message

This commit is contained in:
WrightRocket
2022-10-11 23:33:14 -07:00
parent 070db9a4ff
commit 930298bf2f
+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>