From b4e5b133a17a7676627ee38682573b0c5486f897 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Mon, 15 Nov 2010 18:16:57 -0800
Subject: [PATCH] redirect to registration (rather than login) upon install
 complete

---
 mod/install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/install.php b/mod/install.php
index 5e0a3ee90d..21aafe3e18 100644
--- a/mod/install.php
+++ b/mod/install.php
@@ -54,7 +54,7 @@ function install_post(&$a) {
 		notice( t('Database import succeeded.') . EOL 
 			. t('IMPORTANT: You will need to [manually] setup a scheduled task for the poller.') . EOL 
 			. t('Please see the file INSTALL.') . EOL );
-		goaway($a->get_baseurl());
+		goaway($a->get_baseurl() . '/register' );
 	}
 	else {
 		$db = null; // start fresh
-- 
2.39.5