index now properly reloaded after setup

This commit is contained in:
Kamil Domanski 2011-06-19 23:10:59 +02:00
parent ee247a21a4
commit 51c0a8e3ce
1 changed files with 1 additions and 1 deletions

View File

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