diff options
author | Friendika <info@friendika.com> | 2010-11-15 18:16:57 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-15 18:16:57 -0800 |
commit | b4e5b133a17a7676627ee38682573b0c5486f897 (patch) | |
tree | 9c9ddd24efb16c51739118dae5e6483e0f7614cb /mod/install.php | |
parent | 5e81c615a4e037e08d82cac8984ecb9e2650029f (diff) | |
download | volse-hubzilla-b4e5b133a17a7676627ee38682573b0c5486f897.tar.gz volse-hubzilla-b4e5b133a17a7676627ee38682573b0c5486f897.tar.bz2 volse-hubzilla-b4e5b133a17a7676627ee38682573b0c5486f897.zip |
redirect to registration (rather than login) upon install complete
Diffstat (limited to 'mod/install.php')
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 5e0a3ee90..21aafe3e1 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 |