index.php small look change
This commit is contained in:
@@ -26,8 +26,9 @@ $app = new \Espo\Core\Application();
|
|||||||
|
|
||||||
$app->isInstalled();
|
$app->isInstalled();
|
||||||
|
|
||||||
if (empty($_GET['entryPoint'])) {
|
if (!empty($_GET['entryPoint'])) {
|
||||||
$app->runClient();
|
|
||||||
} else {
|
|
||||||
$app->runEntryPoint($_GET['entryPoint']);
|
$app->runEntryPoint($_GET['entryPoint']);
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$app->runClient();
|
||||||
|
|||||||
Reference in New Issue
Block a user