From c8c790d4ac3dff8b028471ef2ce5062f4f9c80c7 Mon Sep 17 00:00:00 2001 From: floam Date: Tue, 28 Feb 2006 23:52:53 +0000 Subject: I guess unset and false are the same thing in php git-svn-id: svn://svn.icculus.org/quake3/trunk@600 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/getdata.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'web') diff --git a/web/include/getdata.php b/web/include/getdata.php index 09903be..9c6b0ea 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -1,17 +1,6 @@ KEINE DATEN FÜR SIE! -

You'll need to agree to the EULA if you want the - updated data.

"; //nazigerman for "NO DATA FOR YOU!" - break; - - case TRUE: - $html = "

You agree!

-

Good for you. Click here to download a tarball - with the new data pk3s.

"; - break; - default: + case NULL: $html = "

EULA

In order for us to distribute the updated pk3 files from id @@ -246,5 +235,16 @@ THIS AGREEMENT.

"; + case FALSE: + $html = "

KEINE DATEN FÜR SIE!

+

You'll need to agree to the EULA if you want the + updated data.

"; //nazigerman for "NO DATA FOR YOU!" + break; + + case TRUE: + $html = "

You agree!

+

Good for you. Click here to download a tarball + with the new data pk3s.

"; + break; } echo $html; -- cgit v1.2.3