summaryrefslogtreecommitdiff
path: root/www/functions/func_invite.php
diff options
context:
space:
mode:
authorHorus32014-04-02 18:19:15 +0200
committerHorus32014-04-02 18:19:15 +0200
commitf4e1c90897d3d9a2f139fc604401694df273edc7 (patch)
tree9136cb612682fdbd46b81e18ce740b3c25d0b40b /www/functions/func_invite.php
parent68b22caf30f9be7451c3f1473827e65737b1c1f7 (diff)
downloadfiles.iamfabulous.de-f4e1c90897d3d9a2f139fc604401694df273edc7.tar.gz
Displays images directly in the browser.
Diffstat (limited to 'www/functions/func_invite.php')
-rwxr-xr-xwww/functions/func_invite.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/functions/func_invite.php b/www/functions/func_invite.php
index cf123cf..d7613d5 100755
--- a/www/functions/func_invite.php
+++ b/www/functions/func_invite.php
@@ -51,6 +51,7 @@ function invite($db){
$subject="Welcome, you were invited to the new virtual filesystem.\nYour key is " . $key . "\nVisit files.iamfabulous.de/register to complete your registration.";
+ // Doesn't work with GMX or Web.de atm.
mail($email, "Invite", $subject, "From: mail@iamfabulous.de");
return INVITE_SUCCESSFULL;