Browse Source

allow mp3 uploads

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
1fba41b121
  1. 1
      inc/instance-config.php

1
inc/instance-config.php

@ -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…
Cancel
Save