Merge pull request #89 from towards-a-new-leftypol/mp3_support
allow mp3 uploads
This commit is contained in:
commit
7d04e84ebb
|
@ -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