diff options
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) { |
