1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 16:57:26 +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

12
server_files/404.php Normal file
View File

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