diff --git a/anmelden.php b/anmelden.php index 3f0a8215..85bd84b7 100644 --- a/anmelden.php +++ b/anmelden.php @@ -11,6 +11,7 @@ ################################################################################# include('GameEngine/Account.php'); +$invited=(isset($_GET['uid'])) ? filter_var($_GET['uid'], FILTER_SANITIZE_NUMBER_INT):$form->getError('invt'); ?> @@ -48,7 +49,7 @@ if(REG_OPEN == true){ ?>

- + @@ -144,4 +145,4 @@ if(NEWSBOX3) { include("Templates/News/newsbox3.tpl"); }
- \ No newline at end of file +