From b6789363843db28960338578fdf1bf2eda9ad7fd Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Mon, 21 Dec 2020 13:17:36 +0000 Subject: [PATCH] fixed loop --- .../master-site/web/privacypolicy.php | 23 +++++++++++++++++++ .../master-site/web/termsandconditions.php | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/WebInterface/master-site/web/privacypolicy.php b/WebInterface/master-site/web/privacypolicy.php index 3fcf333..ba06817 100644 --- a/WebInterface/master-site/web/privacypolicy.php +++ b/WebInterface/master-site/web/privacypolicy.php @@ -170,6 +170,29 @@ individual.  NEVER make any attempt to find out where another player lives or any personally identifiable information.

+ + +
+ +

+ In order to play Horse Isle, you must Read, Understand, and Accept the Privacy Policy Above.
+
+ Answer honestly here. You will still get to play if you are 12 or younger.
+ [ I ACCEPT AND I AM 12 OR YOUNGER ]
+ [ I ACCEPT AND I AM 13 OR OLDER ]
+ [ I DO NOT ACCEPT ]
+
+
+
'; + } +} + +?> + diff --git a/WebInterface/master-site/web/termsandconditions.php b/WebInterface/master-site/web/termsandconditions.php index de375b3..e10fee6 100644 --- a/WebInterface/master-site/web/termsandconditions.php +++ b/WebInterface/master-site/web/termsandconditions.php @@ -334,8 +334,8 @@ if (isset($_GET["ACCEPT"])) { if ($_GET["ACCEPT"] === "1") { echo '

- In order to play Horse Isle, you must Read, Understand, and Agree to follow the Rules Above.
- [ I WILL FOLLOW THE RULES ] [ I WILL NOT ]
+ In order to play Horse Isle, you must Read, Understand, and Accept the Terms Above.
+ [ I ACCEPT ] [ I DO NOT ACCEPT ]

'; }