redirect to registration (rather than login) upon install complete
This commit is contained in:
parent
5e81c615a4
commit
b4e5b133a1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue