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 ]
';
}