Update foot.php

This commit is contained in:
Albirew 2022-05-28 18:40:07 +02:00
parent 3263a8e393
commit 974e7b1c39

View file

@ -22,6 +22,6 @@ include 'aside.php';
</p>
</footer>
</div><!-- end main-->
<?php if (file_exists('visits.php')) { include('visits.php'); } ?>
<?php if(file_exists('include/visits.php')) { include('visits.php'); } ?>
</body>
</html>