From a9bdc6eeb7f6dfa462d0400c51ffd37f562a8be2 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 13 Apr 2011 20:58:37 +1000 Subject: [PATCH] Disable ability to upload MP3 files by default --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 3aa0b34f..bde1c6ee 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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';