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