diff options
| author | Horus3 | 2014-03-12 23:54:52 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-12 23:54:52 +0100 |
| commit | 0e5f35002181ec1c2b0ce4e4aa34d03952034cd6 (patch) | |
| tree | c9ef02f35daaed7a599c761888883667f5567865 | |
| parent | b4972a0a56411da5d26aff3a1a699eb062783c29 (diff) | |
| download | files.iamfabulous.de-0e5f35002181ec1c2b0ce4e4aa34d03952034cd6.tar.gz | |
No idea + the invite key is now in the URL bar, until the MTA works.
| -rwxr-xr-x[-rw-r--r--] | .gitignore | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | blob/database_schema | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | blob/nginx_rewrite_rules | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | files/README | 0 | ||||
| -rwxr-xr-x | www/functions/func_invite.php | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4f9ec4a..4f9ec4a 100644..100755 --- a/.gitignore +++ b/.gitignore diff --git a/blob/database_schema b/blob/database_schema index 37d0ec7..37d0ec7 100644..100755 --- a/blob/database_schema +++ b/blob/database_schema diff --git a/blob/nginx_rewrite_rules b/blob/nginx_rewrite_rules index 226905c..226905c 100644..100755 --- a/blob/nginx_rewrite_rules +++ b/blob/nginx_rewrite_rules diff --git a/files/README b/files/README index 2059b7f..2059b7f 100644..100755 --- a/files/README +++ b/files/README 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 { |
