Merge pull request #89 from towards-a-new-leftypol/mp3_support

allow mp3 uploads
This commit is contained in:
towards-a-new-leftypol 2021-01-03 21:50:07 -05:00 committed by GitHub
commit 7d04e84ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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';