diff options
author | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-19 23:10:59 +0200 |
---|---|---|
committer | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-19 23:12:07 +0200 |
commit | 51c0a8e3ced84eeb4465d5f81571b448f231a4a5 (patch) | |
tree | b32117b1d7832fa761061fa4c6fe7bbcb3383f2a /lib/setup.php | |
parent | ee247a21a49c801a4bf96b42a2d6ea28c9446ee6 (diff) | |
download | nextcloud-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.php | 2 |
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(); } } |