diff options
Diffstat (limited to 'www/functions')
| -rw-r--r-- | www/functions/func_invite.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/functions/func_invite.php b/www/functions/func_invite.php index 3de7e2e..cc1118b 100644 --- a/www/functions/func_invite.php +++ b/www/functions/func_invite.php @@ -62,13 +62,7 @@ function invite($db){ return false; } } else { - echo "Formular"; - echo "Hallo $name - - <form method='post' action='/invite'> - - <p> E-Mail: <input type='text' name='email'></p> - - <input type='hidden' name='username' value='$_SESSION[username]'> - - <input type='submit' name='submit' value='invite'> - - </form>"; + include("invite.php"); return false; } } |
