summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-04 19:26:21 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-04 19:26:21 +0000
commit5d99a39b97a6542b74dfdd7aaca8e94cd9034cb2 (patch)
treeac5ad26c57153e976e106594df92a6bc9fcf9f4f
parent692b08b286222a54d07ace63740f6146a8a21c48 (diff)
downloadpfsense-5d99a39b97a6542b74dfdd7aaca8e94cd9034cb2.zip
pfsense-5d99a39b97a6542b74dfdd7aaca8e94cd9034cb2.tar.gz
Fix 'slingbox' setting so the xml parser does not bail at it.
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc4
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.
OpenPOWER on IntegriCloud