Skip to content
Snippets Groups Projects
Commit 38545d5e authored by Kamil Domanski's avatar Kamil Domanski
Browse files

and even more properly now ;P

parent 51c0a8e3
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') { ...@@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') {
OC_TEMPLATE::printGuestPage("", "installation", $options); OC_TEMPLATE::printGuestPage("", "installation", $options);
} }
else { else {
header("Location: $SUBURI"); header("Location: $WEBROOT$SUBURI");
exit(); exit();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment