allow mp3 uploads
This commit is contained in:
parent
315edca5a9
commit
1fba41b121
|
@ -125,6 +125,7 @@ $config['allowed_ext'][] = 'bmp';
|
|||
$config['allowed_ext'][] = 'gif';
|
||||
$config['allowed_ext'][] = 'png';
|
||||
|
||||
$config['allowed_ext_files'][] = 'mp3';
|
||||
$config['allowed_ext_files'][] = 'mp4';
|
||||
$config['allowed_ext_files'][] = 'pdf';
|
||||
$config['allowed_ext_files'][] = 'txt';
|
||||
|
|
Loading…
Reference in New Issue