diff options
| author | oweissbarth | 2014-03-12 20:45:33 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-12 20:46:00 +0100 |
| commit | 478a6dbc03c1ed65f5a187a6752bc130d3b82ac3 (patch) | |
| tree | 920b030f421d02644c45f34306573a4afb32f936 /www/functions | |
| parent | 1bac7aec0ab18c69aae7d01216458dd83a26c864 (diff) | |
| download | files.iamfabulous.de-478a6dbc03c1ed65f5a187a6752bc130d3b82ac3.tar.gz | |
Added invite-form
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; } } |
