1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 01:00:32 +02:00

Modification mineure

This commit is contained in:
galaxyoyo
2019-09-05 19:07:41 +02:00
parent 39abeec4e6
commit d2a0d0fbec
22 changed files with 621 additions and 621 deletions

View File

@ -1,12 +1,12 @@
<?php
include_once "config.php";
include_once "header.php";
require_once_once "config.php";
require_once_once "header.php";
http_response_code(403);
echo "<h1>Vous n'êtes pas autorisé à accéder à cette page.</h1>";
include "footer.php";
require_once "footer.php";
exit();