redirect to registration (rather than login) upon install complete

This commit is contained in:
Friendika 2010-11-15 18:16:57 -08:00
parent 5e81c615a4
commit b4e5b133a1
1 changed files with 1 additions and 1 deletions

View 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