diff options
Diffstat (limited to 'www/invite.php')
| -rwxr-xr-x | www/invite.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/www/invite.php b/www/invite.php index 8eb721d..02f1617 100755 --- a/www/invite.php +++ b/www/invite.php @@ -1,4 +1,20 @@ -<?php include("static/header.html")?> +<?php + /*Displays the invite page and possible errors. Users can enter an email address and invite other people to join vfs. + Permission has already been checked. + + $_GET["reason"] can have the following values: + + invites: Specifies that the user has already reached his invite limit. No mail is send + + database: Specifies that the request could not be fullfilled due to a database error. No mail is send + + succuss: Specifies that the request was successfull. The new user has been invited. + + ================================================================================================================================================== + */ + + +include("static/header.html")?> <link rel="stylesheet" type="text/css" href="/static/invite.css"> |
