From: Kamil Domanski Date: Sun, 19 Jun 2011 21:10:59 +0000 (+0200) Subject: index now properly reloaded after setup X-Git-Tag: v3.0~267^2~501 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51c0a8e3ced84eeb4465d5f81571b448f231a4a5;p=nextcloud-server.git index now properly reloaded after setup --- 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(); } }