]> source.dussan.org Git - nextcloud-server.git/commitdiff
index now properly reloaded after setup
authorKamil Domanski <kdomanski@kdemail.net>
Sun, 19 Jun 2011 21:10:59 +0000 (23:10 +0200)
committerKamil Domanski <kdomanski@kdemail.net>
Sun, 19 Jun 2011 21:12:07 +0000 (23:12 +0200)
lib/setup.php

index 0e324b741a221d7c9d79eab6723f596f5b8513af..f64842a9041483cbfa44e4c863a31d15f71c3f0d 100644 (file)
@@ -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();
        }
 }