Fixed Color Logic

This commit is contained in:
2026-02-12 21:33:15 +00:00
parent 4864cd6a3e
commit ccc0720cfc
4 changed files with 47 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
<footer>
<div>
<span><b>TOTAL DOMAIN: </b> <?php get_totals('total') ?></span>
<span><b>TOTAL DOMAIN: </b> <?php get_totals('total') ?>
</span>
</div>
<div>
<span><b>TOTAL OK: </b> <?php get_totals('ok') ?></span>
@@ -22,7 +23,7 @@
aggiornaDati();
// Ripete la chiamata ogni 10 secondi (10000 millisecondi)
setInterval(aggiornaDati, 10000);
setInterval(aggiornaDati, 30000);
</script>
</body>
</html>