allow mp3 uploads

This commit is contained in:
towards-a-new-leftypol 2021-01-03 04:50:06 -05:00
parent 315edca5a9
commit 1fba41b121
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'][] = 'gif';
$config['allowed_ext'][] = 'png'; $config['allowed_ext'][] = 'png';
$config['allowed_ext_files'][] = 'mp3';
$config['allowed_ext_files'][] = 'mp4'; $config['allowed_ext_files'][] = 'mp4';
$config['allowed_ext_files'][] = 'pdf'; $config['allowed_ext_files'][] = 'pdf';
$config['allowed_ext_files'][] = 'txt'; $config['allowed_ext_files'][] = 'txt';