diff options
-rw-r--r-- | web/include/getdata.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/getdata.php b/web/include/getdata.php index 3ad3db7..2bbb809 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -1,5 +1,5 @@ <?php -switch ($_POST($agree)) { +switch ($_POST[$agree]) { case "I Agree": $html = "<h2>KEINE DATEN FÜR SIE!</h2> <p>You'll need to agree to the EULA if you want the |