diff options
-rw-r--r-- | web/include/getdata.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/include/getdata.php b/web/include/getdata.php index 012ff01..2d61ac1 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -17,7 +17,7 @@ switch ($_POST[$agree]) { <p>In order for us to distribute the updated pk3 files from id Software, you need to agree to their EULA. Read through it, then click Agree if you Agree.</p> - +<p> <pre> LIMITED USE SOFTWARE LICENSE AGREEMENT @@ -243,6 +243,8 @@ THIS AGREEMENT. <input type=\"submit\" id=\"agree\" value=\"I Agree\" /> <input type=\"submit\" id=\"agree\" value=\"I Do Not Agree\" /> </form> +</p> "; } echo $html; +echo $_POST[$agree]; |