1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-26 06:21:19 +00:00
2019-09-05 19:07:41 +02:00

12 lines
176 B
PHP

<?php
require_once_once "config.php";
require_once_once "header.php";
http_response_code(404);
echo "<h1>Cette page n'existe pas.</h1>";
require_once "footer.php";
exit();