fixing stats changes

This commit is contained in:
mcguirepr89
2022-03-06 16:46:12 -05:00
parent e5f02994b8
commit 0068a801d0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ button:hover {
} }
.column { .column {
width: 20%; width: auto;
height: 100%; height: 100%;
} }
-1
View File
@@ -88,7 +88,6 @@ $speciestally = $result5->fetchArray(SQLITE3_ASSOC);
</table> </table>
</td></tr></table> </td></tr></table>
</div> </div>
<br><br>
<?php <?php
if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) { if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) {
echo "<img src=\"/Charts/$chart?nocache=time()\">"; echo "<img src=\"/Charts/$chart?nocache=time()\">";