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/functions/func_invite.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'www/functions') 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 - -
- -

E-Mail:

- - - - - -
"; + include("invite.php"); return false; } } -- cgit v1.2.3