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
-2
View File
@@ -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>