mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 16:57:26 +02:00
Ajouts & correction de bugs
This commit is contained in:
@ -4,9 +4,13 @@ require_once "config.php";
|
||||
require_once "views/header.php";
|
||||
|
||||
http_response_code(404);
|
||||
?>
|
||||
|
||||
echo "<h1>Cette page n'existe pas.</h1>";
|
||||
<div class="alert alert-danger mt-4 mb-4">
|
||||
<h2 class="display-5">
|
||||
Cette page n'existe pas.
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
require_once "views/footer.php";
|
||||
|
||||
exit();
|
||||
<?php
|
||||
require_once "views/footer.php";
|
Reference in New Issue
Block a user