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