and even more properly now ;P

This commit is contained in:
Kamil Domanski
2011-06-19 23:29:09 +02:00
parent 51c0a8e3ce
commit 38545d5ee4

View File

@@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') {
OC_TEMPLATE::printGuestPage("", "installation", $options);
}
else {
header("Location: $SUBURI");
header("Location: $WEBROOT$SUBURI");
exit();
}
}