From: brettp Date: Wed, 3 Mar 2010 22:14:10 +0000 (+0000) Subject: Forward to the registration pagehandler after installation. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=68498fdfb1fcb5e46f6d22722748cd030d050ad7;p=lorea%2Felgg.git Forward to the registration pagehandler after installation. git-svn-id: http://code.elgg.org/elgg/trunk@5262 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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; } }