diff options
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index ae16c75..7c48a63 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -873,8 +873,8 @@ $othersplist = array(); /* HBCI */ $othersplist['hbci'][] = array('HBCI', 'tcp', '3000', '3000', 'both'); $othersplist['slingbox'] = array(); - $othersplist['slingbox'][] = array('Slingbox', 'tcp', '5001', '5001', 'both'); - $othersplist['slingbox'][] = array('Slingbox', 'udp', '5001', '5001', 'both'); + $othersplist['slingbox'][] = array('Slingbox1', 'tcp', '5001', '5001', 'both'); + $othersplist['slingbox'][] = array('Slingbox2', 'udp', '5001', '5001', 'both'); /* * Wipe previous config. |