From 478a6dbc03c1ed65f5a187a6752bc130d3b82ac3 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Wed, 12 Mar 2014 20:45:33 +0100 Subject: Added invite-form --- www/invite.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/invite.php (limited to 'www/invite.php') diff --git a/www/invite.php b/www/invite.php new file mode 100644 index 0000000..8eb721d --- /dev/null +++ b/www/invite.php @@ -0,0 +1,24 @@ + + + + +
+

Invite

+
+ An invitation was sent. + '; + }elseif(isset($_GET['reason']) && $_GET['reason'] == 'database'){ + echo '

Internal Error. Please contact admin

+ '; + }elseif(isset($_GET['reason']) && $_GET['reason'] == 'invites'){ + echo '

Error: Your invite-limit has been reached.

+ '; + }?> +
+
+ + +
+
+ -- cgit v1.2.3