mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-23 21:16:33 +02:00
Copie du site du TFJM² à adapter aux Correspondances
This commit is contained in:
12
server_files/404.php
Normal file
12
server_files/404.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
require_once "config.php";
|
||||
require_once "views/header.php";
|
||||
|
||||
http_response_code(404);
|
||||
|
||||
echo "<h1>Cette page n'existe pas.</h1>";
|
||||
|
||||
require_once "views/footer.php";
|
||||
|
||||
exit();
|
Reference in New Issue
Block a user