From 9a58eaae53bdd2a4fcdd66b1eb852c7db7970de9 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 01:37:19 +0400 Subject: feat: moderation system --- lib/partials.php | 10 +++ lib/utils.php | 1 + public/delete.php | 18 ++++-- public/index.php | 13 ++-- public/mod.php | 159 ++++++++++++++++++++++++++++++++++++++++++++++++ public/static/style.css | 4 +- 6 files changed, 195 insertions(+), 10 deletions(-) create mode 100644 public/mod.php diff --git a/lib/partials.php b/lib/partials.php index c35fe43..afd36d6 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -23,6 +23,11 @@ function html_big_navbar() + + + + + + + + + +
+ + + + + @@ -303,7 +308,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); - + - +