summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 5bd8d3b..fe571c7 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -771,7 +771,7 @@ function step6_stepsubmitphpaction() {
$gamesplist[] = array('AL-1', 'tcp', '11000', '11000', 'both');
$gamesplist[] = array('AL-2', 'tcp', '11002', '11002', 'both');
$gamesplist[] = array('AL-3', 'tcp', '11008', '11008', 'both');
- }
+ }
if($_POST['gunzonline'] != "") {
/* GunZ Online */
@@ -1073,6 +1073,11 @@ function step7_stepsubmitphpaction() {
$othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['cvsup']);
}
+ if($_POST['hbci'] != "") {
+ /* HBCI */
+ $othersplist[] = array('HBCI', 'tcp', '3000', '3000', 'both', $_POST['hbci']);
+ }
+
/* XXX: add some more protocols here! */
/* Set up/down protocols as higher weight */
OpenPOWER on IntegriCloud