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); }