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