diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-03 22:14:10 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-03 22:14:10 +0000 |
commit | 68498fdfb1fcb5e46f6d22722748cd030d050ad7 (patch) | |
tree | 1139c8746484db5be4420f200f3416ba9e2dfe8d /actions | |
parent | cb377a70537822457ffd371555364982eb8f89a1 (diff) | |
download | elgg-68498fdfb1fcb5e46f6d22722748cd030d050ad7.tar.gz elgg-68498fdfb1fcb5e46f6d22722748cd030d050ad7.tar.bz2 |
Forward to the registration pagehandler after installation.
git-svn-id: http://code.elgg.org/elgg/trunk@5262 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/systemsettings/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 0e3c69dda..18440c62d 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -110,7 +110,7 @@ if (get_input('settings') == 'go') { system_message(elgg_echo("installation:configuration:success")); - header("Location: ../../account/register.php"); + header("Location: ../../pg/register"); exit; } } |