diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-08 02:16:02 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-08 02:16:02 +0400 |
| commit | 6ffd0fa47e5fdcb6d7345c35605338f096de3276 (patch) | |
| tree | bc727714adcb5cca8f978b9d0d26b69826dc0e43 /public | |
| parent | 738bc1f237923806902fa2755b85566a4a845717 (diff) | |
fix: no Moderation button in /uploaders.php
Diffstat (limited to 'public')
| -rw-r--r-- | public/uploaders.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
