diff --git a/install/index.php b/install/index.php index 162369b12..b08ee7909 100644 --- a/install/index.php +++ b/install/index.php @@ -118,9 +118,7 @@ if ($_POST) { curl_setopt($ch, CURLOPT_URL, $wavelog_url . "/index.php/update/dxcc"); $result = curl_exec($ch); delDir(getcwd()); - header('Location: ' . $protocol . "://" . $_SERVER['HTTP_HOST'] . $_POST['directory']); - echo "

Install successful

"; - echo "

Please delete the install folder"; + header('Location: ' . $protocol . "://" . $_SERVER['HTTP_HOST'] . '/' . $_POST['directory']); exit; } } else {