refactoring

This commit is contained in:
Yuri Kuznetsov
2021-06-22 22:24:23 +03:00
parent 5b1d060e5a
commit bf4a01971d
8 changed files with 60 additions and 49 deletions
+1 -7
View File
@@ -37,13 +37,7 @@ use Espo\Core\{
$app = new Application();
if (!$app->isInstalled()) {
header("Location: install/");
exit;
}
if (!empty($_GET['entryPoint'])) {
if (filter_has_var(INPUT_GET, 'entryPoint')) {
$app->run(EntryPoint::class);
exit;