1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 00:02:50 +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

View File

@ -56,13 +56,3 @@ function echo_date($date = NULL, $with_time = false) {
return strftime("%d %B %G" . ($with_time ? " %H:%M" : ""), strtotime($date));
}
function error403() {
include "../403.php";
}
function error404() {
include "../404.php";
}
?>