diff options
| author | Horus3 | 2014-03-12 19:53:53 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-12 19:53:53 +0100 |
| commit | a0731aa0e71d62c2c87ab85dca6ac744f09a8f02 (patch) | |
| tree | 8c0d815ec83d289747aed4372b41d0c014a342eb | |
| parent | bdec0bf32d4221d95dcf8e790de9283883c9425c (diff) | |
| download | files.iamfabulous.de-a0731aa0e71d62c2c87ab85dca6ac744f09a8f02.tar.gz | |
Added invite formular until Oweissbarth finished his job.
| -rw-r--r-- | www/functions/func_invite.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/functions/func_invite.php b/www/functions/func_invite.php index 864c1ad..3de7e2e 100644 --- a/www/functions/func_invite.php +++ b/www/functions/func_invite.php @@ -63,6 +63,12 @@ function invite($db){ } } 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>"; return false; } } |
