]> source.dussan.org Git - nextcloud-server.git/commitdiff
and even more properly now ;P
authorKamil Domanski <kdomanski@kdemail.net>
Sun, 19 Jun 2011 21:29:09 +0000 (23:29 +0200)
committerKamil Domanski <kdomanski@kdemail.net>
Sun, 19 Jun 2011 21:29:09 +0000 (23:29 +0200)
lib/setup.php

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