North-east-loft-boarding/services/boarding.php
2026-03-09 10:47:27 +00:00

16 lines
156 B
PHP

<?php
$URLcorrection = "../";
include_once $URLcorrection . 'includes/header.php';
?>
<?php
include_once $URLcorrection . 'includes/footer.php';
?>