isInstalled()) { header("Location: install/"); exit; } if (!empty($_GET['entryPoint'])) { $app->runEntryPoint($_GET['entryPoint']); exit; } $app->runClient();