r603 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 28 19:20:46 EST 2006


Author: floam
Date: 2006-02-28 19:20:46 -0500 (Tue, 28 Feb 2006)
New Revision: 603

Modified:
   trunk/web/include/getdata.php
Log:
.


Modified: trunk/web/include/getdata.php
===================================================================
--- trunk/web/include/getdata.php	2006-03-01 00:19:31 UTC (rev 602)
+++ trunk/web/include/getdata.php	2006-03-01 00:20:46 UTC (rev 603)
@@ -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\">




More information about the quake3-commits mailing list