@@ -26,8 +26,9 @@ $app = new \Espo\Core\Application();
$app->isInstalled();
if(empty($_GET['entryPoint'])){
$app->runClient();
}else{
if(!empty($_GET['entryPoint'])){
$app->runEntryPoint($_GET['entryPoint']);
exit;
}
$app->runClient();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.