2019-08-21 20:56:46 +00:00
|
|
|
<?php
|
|
|
|
|
2019-09-02 17:45:00 +00:00
|
|
|
include_once "server_files/config.php";
|
|
|
|
include_once "server_files/header.php";
|
2019-08-21 20:56:46 +00:00
|
|
|
|
2019-09-02 15:54:29 +00:00
|
|
|
http_response_code(403);
|
|
|
|
|
2019-08-21 20:56:46 +00:00
|
|
|
?>
|
|
|
|
|
|
|
|
<h1>Vous n'êtes pas autorisé à accéder à cette page.</h1>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
include "server_files/footer.php";
|
|
|
|
|
2019-09-02 17:45:00 +00:00
|
|
|
exit();
|
|
|
|
|
2019-08-21 20:56:46 +00:00
|
|
|
?>
|