mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-15 21:25:48 +01:00
correction in MIME type
correction in MIME type at line no 3303
This commit is contained in:
parent
c049ba96c8
commit
dbdb87256f
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue