diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-10 18:23:30 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-10 18:23:30 +0500 |
| commit | f7506dd67c1e376eb41c7b5c6e05d8a6fefa96ee (patch) | |
| tree | 7d8da74f4c2ad2e86edcc9f0b7f28b412950b749 /emotes/upload.php | |
| parent | 0891b1fb605a0244a3f034ebdd528b4b57fa35f2 (diff) | |
feat: terms of service page
Diffstat (limited to 'emotes/upload.php')
| -rw-r--r-- | emotes/upload.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emotes/upload.php b/emotes/upload.php index 58836d6..3c43b48 100644 --- a/emotes/upload.php +++ b/emotes/upload.php @@ -136,9 +136,8 @@ if ($_SERVER['REQUEST_METHOD'] != "POST") { </table> <div> - <label for="tos" class="inline">Do you accept <a href="/rules.php" - target="_BLANK">the - rules</a>?<span style="color:red;">*</span></label> + <label for="tos" class="inline">Do you accept <a href="/tos.php" + target="_BLANK">TOS</a>?<span style="color:red;">*</span></label> <input type="checkbox" name="tos" value="1" required> </div> |
