summaryrefslogtreecommitdiff
path: root/public/emotes
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-10 21:42:50 +0500
committerilotterytea <iltsu@alright.party>2025-05-10 21:43:39 +0500
commit188e05083b1034a5865ce01f2924835b8fbe4808 (patch)
tree03b17ed535b6f8d517cfac1bc9319ca38d65d740 /public/emotes
parent6ddfe7a27bc3cad94294642716ef58c158cad3e5 (diff)
feat: rules
Diffstat (limited to 'public/emotes')
-rw-r--r--public/emotes/upload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/emotes/upload.php b/public/emotes/upload.php
index 96544fd..f890ec2 100644
--- a/public/emotes/upload.php
+++ b/public/emotes/upload.php
@@ -104,8 +104,8 @@ if ($_SERVER['REQUEST_METHOD'] != "POST") {
<textarea name="notes" id="form-notes"></textarea>
<div>
- <label for="tos" class="inline">Do you accept <a href="/rules">the rules</a>?<span
- style="color:red;">*</span></label>
+ <label for="tos" class="inline">Do you accept <a href="/rules.php" target="_BLANK">the
+ rules</a>?<span style="color:red;">*</span></label>
<input type="checkbox" name="tos" value="1" required>
</div>