summaryrefslogtreecommitdiff
path: root/www/functions/func_invite.php
diff options
context:
space:
mode:
authorHorus32014-03-12 23:54:52 +0100
committerHorus32014-03-12 23:54:52 +0100
commit0e5f35002181ec1c2b0ce4e4aa34d03952034cd6 (patch)
treec9ef02f35daaed7a599c761888883667f5567865 /www/functions/func_invite.php
parentb4972a0a56411da5d26aff3a1a699eb062783c29 (diff)
downloadfiles.iamfabulous.de-0e5f35002181ec1c2b0ce4e4aa34d03952034cd6.tar.gz
No idea + the invite key is now in the URL bar, until the MTA works.
Diffstat (limited to 'www/functions/func_invite.php')
-rwxr-xr-xwww/functions/func_invite.php2
1 files changed, 1 insertions, 1 deletions
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 {