Browse Source

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

allow mp3 uploads
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
7d04e84ebb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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