First Commit

This commit is contained in:
2026-02-11 23:08:41 +00:00
commit bcd7cec6a2
202 changed files with 1510 additions and 0 deletions

21
template/footer.php Normal file
View File

@@ -0,0 +1,21 @@
<footer>
<div>
<span><b>TOTAL DOMAIN: </b> <?php get_totals('total') ?></span>
</div>
<div>
<span><b>TOTAL OK: </b> <?php get_totals('ok') ?></span>
</div>
<div>
<span><b>SSL PROBLEMS: </b> <?php get_totals('ssl') ?></span>
</div>
<div>
<span><b>CHECK PROBLEMS: </b> <?php get_totals('word') ?></span>
</div>
</footer>
</div>
<script>
show_details();
</script>
</body>
</html>