diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-23 01:19:10 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-23 01:19:10 +0500 |
| commit | d1a804db47fe0437278c1a55e395971026b8c7f9 (patch) | |
| tree | 740de60383d7c16bbb9bd27dd7ce314fe6237b6e /public/emotes | |
| parent | 999bfa6cad76900d4550e00e8e29f0252fb006b5 (diff) | |
feat: report system
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php index b3834c3..b9b3e2b 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -217,7 +217,7 @@ if (CLIENT_REQUIRES_JSON) { } } ?> - <a class="button red" href="/emotes/report.php?id=<?php echo $emote->get_id() ?>">Report + <a class="button red" href="/report?emote_id=<?php echo $emote->get_id() ?>">Report emote</a> </div> <?php |
