From 29f585f28b6465e8b104bb162abd5ed272e28ad5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 10 Jul 2005 22:54:22 +0000 Subject: [PATCH] Expand shoutcast to 8000-8100 Suugested-by: hoba --- usr/local/www/wizards/traffic_shaper_wizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 6965688d8f..ed5070ab31 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -1425,7 +1425,7 @@ if($_POST['streamingmp3'] != "") { /* streaming mp3 media aka shoutcast */ - $othersplist[] = array('STREAMINGMP3', 'tcp', '8000', '8010', 'both', $_POST['streamingmp3']); + $othersplist[] = array('STREAMINGMP3', 'tcp', '8000', '8100', 'both', $_POST['streamingmp3']); } if($_POST['irc'] != "") {