16 lines
156 B
PHP
16 lines
156 B
PHP
<?php
|
|
|
|
$URLcorrection = "../";
|
|
|
|
include_once $URLcorrection . 'includes/header.php';
|
|
|
|
?>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
include_once $URLcorrection . 'includes/footer.php';
|
|
|
|
?>
|