From 68498fdfb1fcb5e46f6d22722748cd030d050ad7 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 22:14:10 +0000 Subject: Forward to the registration pagehandler after installation. git-svn-id: http://code.elgg.org/elgg/trunk@5262 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3