1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-26 00:27:32 +02:00

Quelques vérifications temporelles et autres

This commit is contained in:
Yohann
2019-09-02 20:57:26 +02:00
parent 35aed16e10
commit 273bd05944
8 changed files with 320 additions and 220 deletions

View File

@ -57,4 +57,12 @@ 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";
}
?>