2018-05-05 01:12:15 -06:00

4 lines
93 B
PHP

<?php
include __DIR__ . "/inc/header.inc.php";
include __DIR__ . "/inc/footer.inc.php";
?>