correction in MIME type

correction in MIME type at line no 3303
This commit is contained in:
Kogulan 2025-08-11 01:57:01 +00:00 committed by GitHub
commit dbdb87256f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3300,7 +3300,7 @@ function fm_get_file_mimes($extension)
$fileTypes['divx'] = 'video/x-msvideo';
$fileTypes['mp3'] = 'audio/mpeg';
$fileTypes['mp4'] = 'audio/mpeg';
$fileTypes['mp4'] = 'video/mp4';
$fileTypes['mpeg'] = 'video/mpeg';
$fileTypes['mpg'] = 'video/mpeg';
$fileTypes['mpe'] = 'video/mpeg';