From 9a58eaae53bdd2a4fcdd66b1eb852c7db7970de9 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 01:37:19 +0400 Subject: feat: moderation system --- public/mod.php | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 public/mod.php (limited to 'public/mod.php') diff --git a/public/mod.php b/public/mod.php new file mode 100644 index 0000000..d0ec00c --- /dev/null +++ b/public/mod.php @@ -0,0 +1,159 @@ + $name, + 'id' => $id[0], + 'extension' => $id[1] + ]); + } +} +?> + + + + Moderation - <?= INSTANCE_NAME ?> + + + + + +
+ + + +
+

Files (Page / )

+
+ + + + + + + + + + + + + + + + + +
FileAgeActions
+ + + + + + + + + + + +
+ +
+ = 1): ?> + + + + + + + + + +
+
+ +

No files to moderate...

+ + +

Log in to the moderation system

+
+
+ + + + + +
Password:
+ +
+ +
+ + + \ No newline at end of file -- cgit v1.2.3