Update foot.php
This commit is contained in:
parent
3263a8e393
commit
974e7b1c39
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue