summaryrefslogtreecommitdiff
path: root/public/emotes/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-20 18:02:53 +0500
committerilotterytea <iltsu@alright.party>2025-04-20 18:02:53 +0500
commitac5b69edf724d164c2150dfc96129335b9225299 (patch)
tree3968df45db02ff04f9a266bee8d47a9136811e91 /public/emotes/index.php
parentac515bdb95db1b3628381a7356dbae1d2715e0a8 (diff)
feat: emote addition
Diffstat (limited to 'public/emotes/index.php')
-rw-r--r--public/emotes/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php
index ea47834..9421e65 100644
--- a/public/emotes/index.php
+++ b/public/emotes/index.php
@@ -69,6 +69,8 @@ $emotes = null;
$emote = null;
include "../../src/partials.php";
+include "../../src/utils.php";
+include "../../src/alert.php";
if ($id == "" || !is_numeric($id)) {
$page = intval($_GET["p"] ?? "0");