slight adjustments

This commit is contained in:
mcguirepr89
2022-03-25 11:28:44 -04:00
parent 5e01f649c2
commit 339233f73d
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
</div>
<?php
if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) {
echo "<img style=\"display:block;max-height:100%;margin-left:25%;margin-right:10%;\" src=\"/Charts/$chart?nocache=time()\">";
echo "<img src=\"/Charts/$chart?nocache=time()\">";
} else {
echo "<p>No Detections For Today</p>";
}