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