forked from leftypol/leftypol
Merge pull request #89 from towards-a-new-leftypol/mp3_support
allow mp3 uploads
This commit is contained in:
commit
7ecd87765a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue