From bfef847e875b067dc477453a012a61acd331a91f Mon Sep 17 00:00:00 2001 From: Govindas Date: Sun, 13 Nov 2022 10:38:24 +0200 Subject: [PATCH] Improve rules & fix submit .html view --- Rules.page | 10 +++++----- resources/appeal/submit.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Rules.page b/Rules.page index 415ef31..83b8ccb 100644 --- a/Rules.page +++ b/Rules.page @@ -3,11 +3,11 @@ **No spamming** **Respect all users** **No inappropriate content** -**No advertising of other servers.** Private message to a friend is ok. -**Do not impersonate anyone.** Staff members have tags like "CREATOR", "MOD". -**No using more than one game account to gain advantage over those that do not.** -**No exploiting of bugs** Please report them with */report bug* -**No using mods which give an unfair advantage.** This includes bots and minimaps. No clicks per second higher than 15. +**No advertising of other servers.** /msg to a friend is ok. +**No impersonation.** Staff have tags like "CREATOR", "MOD". +**No using more than 1 account for advantage.** +**No exploiting of bugs.** Report them with */report bug* +**No using mods which give an unfair advantage.** Including, minimaps. No CPS higher than 15. If the player fails to follow these rules they may be issued the following infractions: diff --git a/resources/appeal/submit.php b/resources/appeal/submit.php index 151a071..8d43693 100755 --- a/resources/appeal/submit.php +++ b/resources/appeal/submit.php @@ -92,7 +92,7 @@ if ($error) { fwrite($handle,$newcontent); fclose($handle); } - echo ""; + echo ""; } ?>