runners refactoring

This commit is contained in:
Yuri Kuznetsov
2021-03-28 17:45:39 +03:00
parent e89ca133cd
commit ee24ab8f6e
15 changed files with 167 additions and 45 deletions
+2
View File
@@ -39,11 +39,13 @@ $app = new Application();
if (!$app->isInstalled()) {
header("Location: install/");
exit;
}
if (!empty($_GET['entryPoint'])) {
$app->run(EntryPoint::class);
exit;
}