UI tweaks

This commit is contained in:
ehpersonal38
2022-05-13 14:09:34 -04:00
parent 444aeb166a
commit b550421be0
4 changed files with 47 additions and 11 deletions
+1
View File
@@ -37,6 +37,7 @@ $totalcount = $result1->fetchArray(SQLITE3_ASSOC);
<td><?php echo $totalcount['COUNT(*)'];?></td>
</tr>
</table>
<br><br>
<?php
if (file_exists('./Charts/'.$chart)) {
echo "<img src=\"/Charts/$chart?nocache=time()\" >";