]> git.mxchange.org Git - friendica.git/commitdiff
redirect to registration (rather than login) upon install complete
authorFriendika <info@friendika.com>
Tue, 16 Nov 2010 02:16:57 +0000 (18:16 -0800)
committerFriendika <info@friendika.com>
Tue, 16 Nov 2010 02:16:57 +0000 (18:16 -0800)
mod/install.php

index 5e0a3ee90d5d4004646ac5989b747cf4e454bef4..21aafe3e180cb4cdc8c3d5440eb6af9ed7ae8406 100644 (file)
@@ -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