mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 21:55:42 +12:00
nvm readded rules accept button.
This commit is contained in:
parent
43e28d3e34
commit
cc29179a35
1 changed files with 15 additions and 0 deletions
|
@ -225,6 +225,21 @@ they are lying. <B>DO NOT file a fake/non-serious abuse report as you will
|
||||||
instead of the person you had a problem with!</B> - Abuse reports take a lot of time and effort to deal with, And while we appreciate and manage the serious ones, the non-serious ones waste way too much of our time. The ABUSE REPORT system is a SERIOUS tool, please treat it as such.<br/>
|
instead of the person you had a problem with!</B> - Abuse reports take a lot of time and effort to deal with, And while we appreciate and manage the serious ones, the non-serious ones waste way too much of our time. The ABUSE REPORT system is a SERIOUS tool, please treat it as such.<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if (isset($_GET["ACCEPT"])) {
|
||||||
|
if ($_GET["ACCEPT"] === "1") {
|
||||||
|
echo '<hr color="#000000" size="1" width="75%">
|
||||||
|
<center><br><font size="+1">
|
||||||
|
In order to play Horse Isle, you must Read, Understand, and Agree to follow the Rules Above.<br>
|
||||||
|
<b>[ <a href="newuserquiz.php">I WILL FOLLOW THE RULES</a> ] [ <a href="/">I WILL NOT</a> ]</b><br>
|
||||||
|
</font><br>
|
||||||
|
</center>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
</TD></TR></TABLE>
|
</TD></TR></TABLE>
|
||||||
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
||||||
<TR>
|
<TR>
|
||||||
|
|
Loading…
Add table
Reference in a new issue