From b645cdf0e62a0397aa3a4d9bed08681283ee19ee Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 23 Nov 2006 21:36:02 +0000 Subject: [PATCH] Removed ability to upload WAV and FLAC files, fix for #2019 --- campcaster/src/modules/htmlUI/var/ui_conf.php | 8 ++++---- campcaster/src/modules/htmlUI/var/ui_conf.php.template | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/campcaster/src/modules/htmlUI/var/ui_conf.php b/campcaster/src/modules/htmlUI/var/ui_conf.php index 00647a827..3ea8d3dc5 100644 --- a/campcaster/src/modules/htmlUI/var/ui_conf.php +++ b/campcaster/src/modules/htmlUI/var/ui_conf.php @@ -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', diff --git a/campcaster/src/modules/htmlUI/var/ui_conf.php.template b/campcaster/src/modules/htmlUI/var/ui_conf.php.template index 7b4b0af89..c833b4e7d 100644 --- a/campcaster/src/modules/htmlUI/var/ui_conf.php.template +++ b/campcaster/src/modules/htmlUI/var/ui_conf.php.template @@ -127,8 +127,8 @@ $config = array_merge($config, array( 'file_types' => array( '.mp3', - '.wav', '.ogg' + //'.wav', ), 'stream_types' => array( 'application/ogg',