Browse Source

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

allow mp3 uploads
pull/107/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
7ecd87765a
  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