diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-28 23:45:14 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-28 23:45:14 +0000 |
commit | 16dd2d9a5f5112d009106a7be43c63bfee9c2343 (patch) | |
tree | 6497cd5725d61ab043857fcf1a69e797b4be09fc | |
parent | 0dd051e1b003b296449172992dea5fb0e43b2094 (diff) | |
download | ioquake3-aero-16dd2d9a5f5112d009106a7be43c63bfee9c2343.tar.gz ioquake3-aero-16dd2d9a5f5112d009106a7be43c63bfee9c2343.zip |
3
git-svn-id: svn://svn.icculus.org/quake3/trunk@598 edf5b092-35ff-0310-97b2-ce42778d08ea
-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]; |