From 738bc1f237923806902fa2755b85566a4a845717 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 02:15:49 +0400 Subject: feat: display alert --- public/mod.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/mod.php') diff --git a/public/mod.php b/public/mod.php index d0ec00c..38e259e 100644 --- a/public/mod.php +++ b/public/mod.php @@ -2,6 +2,7 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/utils.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/../config.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/alert.php'; session_start(); @@ -85,6 +86,7 @@ if (isset($_SESSION['is_moderator'])) {
+
@@ -114,7 +116,7 @@ if (isset($_SESSION['is_moderator'])) { - + -- cgit v1.2.3