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