From 899ecdb1c092e79b091fcafa6e313ad291055bac Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 4 Aug 2008 10:23:56 +0000 Subject: Closes #195 & #191 git-svn-id: https://code.elgg.org/elgg/trunk@1674 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/systemsettings/install.php') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index bf2011a19..061a2404e 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -64,7 +64,7 @@ system_message(elgg_echo("installation:configuration:success")); - header("Location: ../../register.php"); + header("Location: ../../account/register.php"); exit; } -- cgit v1.2.3