From 2be3c2d5790da41cc6c9ba269f5345b32cf90e4a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 2 Apr 2006 02:03:28 +0000 Subject: Add CVSUP --- usr/local/www/wizards/traffic_shaper_wizard.xml | 26 ++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index c32009e..34b5c7c 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -1744,7 +1744,27 @@ Internet News - + + + CVSUP + ezshaper->step6->cvsup + select + + + + + + CVSUP + Next submit @@ -1980,6 +2000,10 @@ $othersplist[] = array('teamspeak3', 'udp', '8767', '8768', 'both', $_POST['teamspeak']); } + if($_POST['cvsup'] != "") { + /* teamspeak */ + $othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['teamspeak']); + } /* XXX: add some more protocols here! */ -- cgit v1.1