allow mp3 uploads

This commit is contained in:
towards-a-new-leftypol 2021-01-03 04:50:06 -05:00
parent 708debe4e4
commit 6011a31e03

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