summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-22 02:56:09 +0500
committerilotterytea <iltsu@alright.party>2025-04-22 03:23:46 +0500
commitdf783376d2b3bdd8fe5e0e558fa781f40babd7f3 (patch)
tree3cad6b62b81a70e73cc5df60b96740e7cf3ec992 /public/index.php
parent55c5c9ca935a9077a1fd4003e93a10c5144a6bce (diff)
feat: users
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 5619208..a9b88bd 100644
--- a/public/index.php
+++ b/public/index.php
@@ -15,7 +15,7 @@ include_once "../src/config.php";
<div class="items row" style="gap:32px;">
<a href="/emotes">Emotes</a>
- <a href="/users">Users</a>
+ <a href="/users.php">Users</a>
<a href="/emotes/upload.php">Upload</a>
<a href="/account">Account</a>
<a href="/software">Chat clients</a>