diff options
Diffstat (limited to 'public/emotes/index.php')
| -rw-r--r-- | public/emotes/index.php | 2 |
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"); |
