diff --git a/lib/setup.php b/lib/setup.php index 0e324b741a..f64842a904 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') { OC_TEMPLATE::printGuestPage("", "installation", $options); } else { - header("Location: $WEBROOT"); + header("Location: $SUBURI"); exit(); } }