4 lines
93 B
PHP
4 lines
93 B
PHP
|
<?php
|
||
|
include __DIR__ . "/inc/header.inc.php";
|
||
|
include __DIR__ . "/inc/footer.inc.php";
|
||
|
?>
|