Merge branch 'master' of git://anongit.kde.org/owncloud

This commit is contained in:
Jakob Sack 2011-06-19 23:34:03 +02:00
commit ad893f2bea

View file

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