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

12 lines
190 B
PHP
Raw Normal View History

2019-09-02 21:19:21 +02:00
<?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();