From ac5b69edf724d164c2150dfc96129335b9225299 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 20 Apr 2025 18:02:53 +0500 Subject: feat: emote addition --- public/emotes/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/emotes/index.php') 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"); -- cgit v1.2.3