summaryrefslogtreecommitdiff
path: root/public/users.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-23 01:19:10 +0500
committerilotterytea <iltsu@alright.party>2025-04-23 01:19:10 +0500
commitd1a804db47fe0437278c1a55e395971026b8c7f9 (patch)
tree740de60383d7c16bbb9bd27dd7ce314fe6237b6e /public/users.php
parent999bfa6cad76900d4550e00e8e29f0252fb006b5 (diff)
feat: report system
Diffstat (limited to 'public/users.php')
-rw-r--r--public/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/users.php b/public/users.php
index 2de3ed2..f388dab 100644
--- a/public/users.php
+++ b/public/users.php
@@ -323,7 +323,7 @@ if ($is_json) {
<!-- ACTIONS -->
<section class="box column">
<a href="/message/send.php?user=<?php echo $user->id() ?>">Send a message</a>
- <a href="/report.php?user=<?php echo $user->id() ?>">Report user</a>
+ <a href="/report?user_id=<?php echo $user->id() ?>">Report user</a>
</section>
</section>