diff --git a/core/bootstrap.php b/core/bootstrap.php index 7578ec1de..87cbb2907 100644 --- a/core/bootstrap.php +++ b/core/bootstrap.php @@ -1,9 +1,17 @@ getUriForPath('/install')); + header('Location: '.$request->getUriForPath('/install')); + exit; } }