forked from leftypol/leftypol
Disable ability to upload MP3 files by default
This commit is contained in:
parent
10a8fe28e6
commit
a9bdc6eeb7
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@
|
|||
$config['allowed_ext'] = Array('jpg', 'jpeg', 'bmp', 'gif', 'png');
|
||||
|
||||
// Allowed additional file extensions (not images; downloadable files)
|
||||
$config['allowed_ext_files'] = Array('mp3');
|
||||
$config['allowed_ext_files'] = Array();
|
||||
|
||||
// Thumbnail to use for the downloadable files (not images)
|
||||
$config['file_thumb'] = 'static/file.png';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue