aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/systemsettings/install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 67073e6f8..8a0346d74 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -30,7 +30,8 @@
system_message(elgg_echo("installation:configuration:success"));
- forward("register.php");
+ header("Location: ../../register.php");
+ exit;
}