fixes #2550 checks MIME type against each uploaded file

This commit is contained in:
plegall
2026-04-21 16:39:04 +02:00
parent d21b530cb0
commit 8cec3cc305
5 changed files with 153 additions and 33 deletions
+1
View File
@@ -92,6 +92,7 @@ if ($locked_album > 0)
}
fs_quick_check();
check_authorized_file_extension_mime_types();
// +-----------------------------------------------------------------------+
// | template init |