From 38545d5ee467016b8b1ea28faead546179889f09 Mon Sep 17 00:00:00 2001
From: Kamil Domanski <kdomanski@kdemail.net>
Date: Sun, 19 Jun 2011 23:29:09 +0200
Subject: [PATCH] and even more properly now ;P

---
 lib/setup.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/setup.php b/lib/setup.php
index f64842a904..5905261f18 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: $SUBURI");
+		header("Location: $WEBROOT$SUBURI");
 		exit();
 	}
 }
-- 
GitLab