From f221f482dadc3a199fd23da885ce5b961a42915b Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 21 Apr 2014 00:23:10 +0200 Subject: [PATCH] Added heaer and 2 constants --- core/bootstrap.php | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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; } }