summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-19 23:29:09 +0200
committerKamil Domanski <kdomanski@kdemail.net>2011-06-19 23:29:09 +0200
commit38545d5ee467016b8b1ea28faead546179889f09 (patch)
tree7c434aa38b4d92bfcfc64cc23bf4bd1ffa8a523f /lib/setup.php
parent51c0a8e3ced84eeb4465d5f81571b448f231a4a5 (diff)
downloadnextcloud-server-38545d5ee467016b8b1ea28faead546179889f09.tar.gz
nextcloud-server-38545d5ee467016b8b1ea28faead546179889f09.zip
and even more properly now ;P
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php2
1 files changed, 1 insertions, 1 deletions
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();
}
}