From: Friendika Date: Tue, 16 Nov 2010 02:16:57 +0000 (-0800) Subject: redirect to registration (rather than login) upon install complete X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4e5b133a17a7676627ee38682573b0c5486f897;p=friendica.git redirect to registration (rather than login) upon install complete --- 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