redirect to registration (rather than login) upon install complete
This commit is contained in:
parent
5e81c615a4
commit
b4e5b133a1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ function install_post(&$a) {
|
||||||
notice( t('Database import succeeded.') . EOL
|
notice( t('Database import succeeded.') . EOL
|
||||||
. t('IMPORTANT: You will need to [manually] setup a scheduled task for the poller.') . EOL
|
. t('IMPORTANT: You will need to [manually] setup a scheduled task for the poller.') . EOL
|
||||||
. t('Please see the file INSTALL.') . EOL );
|
. t('Please see the file INSTALL.') . EOL );
|
||||||
goaway($a->get_baseurl());
|
goaway($a->get_baseurl() . '/register' );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$db = null; // start fresh
|
$db = null; // start fresh
|
||||||
|
|
Loading…
Reference in a new issue