Removed ability to upload WAV and FLAC files, fix for #2019

This commit is contained in:
paul 2006-11-23 21:36:02 +00:00
parent 577a4bacd5
commit b645cdf0e6
2 changed files with 5 additions and 5 deletions

View File

@ -123,10 +123,10 @@ $config = array_merge($config,
array(
'file_types' => array(
'.mp3',
'.wav',
'.ogg',
'.flac',
'.aac'
'.ogg'
//'.wav',
//'.flac',
//'.aac'
),
'stream_types' => array(
'application/ogg',

View File

@ -127,8 +127,8 @@ $config = array_merge($config,
array(
'file_types' => array(
'.mp3',
'.wav',
'.ogg'
//'.wav',
),
'stream_types' => array(
'application/ogg',