aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/install.php2
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