diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-01 00:20:46 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-01 00:20:46 +0000 |
commit | a7497982fb6c2bbe916daecefaa33b7519ea2d24 (patch) | |
tree | 0792b8302ed4865ce7fe53d22ba6541129f02c57 | |
parent | 3d3d6a76c9b9ba4613f7e0f068823da8f382d9e2 (diff) | |
download | ioquake3-aero-a7497982fb6c2bbe916daecefaa33b7519ea2d24.tar.gz ioquake3-aero-a7497982fb6c2bbe916daecefaa33b7519ea2d24.zip |
.
git-svn-id: svn://svn.icculus.org/quake3/trunk@603 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/getdata.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/include/getdata.php b/web/include/getdata.php index 66d9907..dcd9539 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -1,13 +1,13 @@ <?php switch ($_POST['agree']) { - case "I Agree": + case "I Do Not Agree": $html = "<h2>KEINE DATEN FÜR SIE!</h2> <p>You'll need to agree to the EULA if you want the updated data.</p>"; //nazi-german for "NO DATA FOR YOU!" break; - case "I Do Not Agree": + case "I Agree": $html = "<h2>You agree!</h2> <p>Good for you. You can <a href=\"http://www.icculus.org/~zakk/quake3-latest-pk3s.zip\"> |