mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 19:02:33 +00:00
12 lines
190 B
PHP
12 lines
190 B
PHP
<?php
|
|
|
|
include_once "config.php";
|
|
include_once "header.php";
|
|
|
|
http_response_code(403);
|
|
|
|
echo "<h1>Vous n'êtes pas autorisé à accéder à cette page.</h1>";
|
|
|
|
include "footer.php";
|
|
|
|
exit(); |