another ugh

This commit is contained in:
mcguirepr89
2022-03-06 16:33:18 -05:00
parent 77cde0df01
commit e5f02994b8
2 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -89,6 +89,13 @@ $speciestally = $result5->fetchArray(SQLITE3_ASSOC);
</td></tr></table>
</div>
<br><br>
<?php
if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) {
echo "<img src=\"/Charts/$chart?nocache=time()\">";
} else {
echo "<p>No Detections For Today</p>";
}
?>
<span>
<table>
<h3>Most Recent Detection: <span style="font-weight: normal;"><?php echo $mostrecent['Date']." ".$mostrecent['Time'];?></span></h3>
@@ -103,13 +110,6 @@ $speciestally = $result5->fetchArray(SQLITE3_ASSOC);
</form>
</tr>
</table>
<?php
if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) {
echo "<img src=\"/Charts/$chart?nocache=time()\">";
} else {
echo "<p>No Detections For Today</p>";
}
?>
<h3 class="centered">Currently Analyzing</h3>
<img class="centered" src='/spectrogram.png?nocache=<?php echo time();?>' >
</span>