mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
and even more properly now ;P
This commit is contained in:
parent
51c0a8e3ce
commit
38545d5ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue