1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-26 06:21:19 +00:00

18 lines
236 B
PHP
Raw Normal View History

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