Fixed Color Logic
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user