1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 09:44:28 +01:00

Disable ability to upload MP3 files by default

This commit is contained in:
Savetheinternet 2011-04-13 20:58:37 +10:00
parent 21c59a10d6
commit 2600cc80c2

View File

@ -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';