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:
@ -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";
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user