1
0
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:
Yohann D'ANELLO
2019-12-27 21:37:08 +01:00
parent 1c6c480d4c
commit 69c453c408
2 changed files with 8 additions and 2 deletions

View File

@ -73,8 +73,9 @@ foreach ($ROUTES as $route => $file) {
exit();
}
$view = $file[0];
/** @noinspection PhpIncludeInspection */
require $file[0];
require $view;
exit();
}
}