From 0e5f35002181ec1c2b0ce4e4aa34d03952034cd6 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 12 Mar 2014 23:54:52 +0100 Subject: No idea + the invite key is now in the URL bar, until the MTA works. --- www/functions/func_invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/functions') diff --git a/www/functions/func_invite.php b/www/functions/func_invite.php index 8741bf7..79dec36 100755 --- a/www/functions/func_invite.php +++ b/www/functions/func_invite.php @@ -49,7 +49,7 @@ function invite($db){ mail($email, "Invite", $subject, "From: mail@iamfabulous.de"); - header("Refresh: 0; /invite?reason=success"); + header("Refresh: 0; /invite?reason=success&key=" . $key); return true; } else { -- cgit v1.2.3