mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 20:17:25 +02:00
Affichage du site en maintenance
This commit is contained in:
@ -73,8 +73,9 @@ foreach ($ROUTES as $route => $file) {
|
||||
exit();
|
||||
}
|
||||
|
||||
$view = $file[0];
|
||||
/** @noinspection PhpIncludeInspection */
|
||||
require $file[0];
|
||||
require $view;
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user