1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-27 04:21:17 +00:00

12 lines
205 B
PHP
Raw Normal View History

2019-09-02 21:19:21 +02:00
<?php
2019-09-05 19:07:41 +02:00
require_once_once "config.php";
require_once_once "header.php";
2019-09-02 21:19:21 +02:00
http_response_code(403);
echo "<h1>Vous n'êtes pas autorisé à accéder à cette page.</h1>";
2019-09-05 19:07:41 +02:00
require_once "footer.php";
2019-09-02 21:19:21 +02:00
exit();