From 6ffd0fa47e5fdcb6d7345c35605338f096de3276 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 02:16:02 +0400 Subject: fix: no Moderation button in /uploaders.php --- public/uploaders.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/uploaders.php b/public/uploaders.php index ed0478a..aa8e7f5 100644 --- a/public/uploaders.php +++ b/public/uploaders.php @@ -2,6 +2,8 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/../config.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/../lib/partials.php'; +session_start(); + $file_types = []; foreach (FILE_ACCEPTED_MIME_TYPES as $k => $v) { -- cgit v1.2.3