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

Modifications sur les pages d'erreur

This commit is contained in:
Yohann
2019-09-02 21:19:21 +02:00
parent 273bd05944
commit 946d261c71
8 changed files with 29 additions and 51 deletions

18
404.php
View File

@ -1,18 +0,0 @@
<?php
include_once "server_files/config.php";
include_once "server_files/header.php";
http_response_code(404);
?>
<h1>Cette page n'existe pas.</h1>
<?php
include "server_files/footer.php";
exit();
?>