aboutsummaryrefslogtreecommitdiffstats
path: root/web/include
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-02-28 23:45:14 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-02-28 23:45:14 +0000
commit16dd2d9a5f5112d009106a7be43c63bfee9c2343 (patch)
tree6497cd5725d61ab043857fcf1a69e797b4be09fc /web/include
parent0dd051e1b003b296449172992dea5fb0e43b2094 (diff)
downloadioquake3-aero-16dd2d9a5f5112d009106a7be43c63bfee9c2343.tar.gz
ioquake3-aero-16dd2d9a5f5112d009106a7be43c63bfee9c2343.zip
3
git-svn-id: svn://svn.icculus.org/quake3/trunk@598 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r--web/include/getdata.php4
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];