summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-19 23:10:59 +0200
committerKamil Domanski <kdomanski@kdemail.net>2011-06-19 23:12:07 +0200
commit51c0a8e3ced84eeb4465d5f81571b448f231a4a5 (patch)
treeb32117b1d7832fa761061fa4c6fe7bbcb3383f2a /lib/setup.php
parentee247a21a49c801a4bf96b42a2d6ea28c9446ee6 (diff)
downloadnextcloud-server-51c0a8e3ced84eeb4465d5f81571b448f231a4a5.tar.gz
nextcloud-server-51c0a8e3ced84eeb4465d5f81571b448f231a4a5.zip
index now properly reloaded after setup
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 0e324b741a2..f64842a9041 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: $WEBROOT");
+ header("Location: $SUBURI");
exit();
}
}