From aedddf3fce871e379af350c080dd0f63e944e3c1 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 17 Jul 2015 13:08:11 +0200 Subject: [PATCH] Fix bug with redirection --- html/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 701b823e9..25ecc3280 100644 --- a/html/index.php +++ b/html/index.php @@ -134,8 +134,7 @@ if ( ! file_exists('..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php')) { - $p_string='admin/setup.php'; - echo ' Connecting... '; + header("Location: admin/setup.php",true, 307); exit(0); }