From: Kamil Domanski Date: Sun, 19 Jun 2011 21:29:09 +0000 (+0200) Subject: and even more properly now ;P X-Git-Tag: v3.0~267^2~499^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=38545d5ee467016b8b1ea28faead546179889f09;p=nextcloud-server.git and even more properly now ;P --- diff --git a/lib/setup.php b/lib/setup.php index f64842a9041..5905261f18f 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -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(); } }