index now properly reloaded after setup

remotes/origin/stable
Kamil Domanski 14 years ago
parent ee247a21a4
commit 51c0a8e3ce
  1. 2
      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();
}
}

Loading…
Cancel
Save