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

Ajouts & correction de bugs

This commit is contained in:
Yohann D'ANELLO
2019-12-26 22:30:42 +01:00
parent e9f10ca14f
commit da8efde057
16 changed files with 363 additions and 32 deletions

View File

@ -4,9 +4,13 @@ require_once "config.php";
require_once "views/header.php";
http_response_code(403);
?>
echo "<h1>Vous n'êtes pas autorisé à accéder à cette page.</h1>";
<div class="alert alert-danger mt-4 mb-4">
<h2 class="display-5">
Vous n'êtes pas autorisé à accéder à cette page.
</h2>
</div>
require_once "views/footer.php";
exit();
<?php
require_once "views/footer.php";