aboutsummaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/register.php b/actions/register.php
index 5abd55a4b..b211f34f1 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -8,7 +8,6 @@
* @link http://elgg.org/
*/
-require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
global $CONFIG;
action_gatekeeper();
@@ -71,4 +70,4 @@ $qs = explode('?',$_SERVER['HTTP_REFERER']);
$qs = $qs[0];
$qs .= "?u=" . urlencode($username) . "&e=" . urlencode($email) . "&n=" . urlencode($name) . "&friend_guid=" . $friend_guid;
-forward($qs); \ No newline at end of file
+forward($qs);