summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-02 07:49:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-02 07:49:10 +0000
commit0cbacfb391a17b21654f220620c26ba0f612b142 (patch)
tree7d81f1957c10f96b8023071359c25e8e4260a233 /usr
parentbd2efdca0e791ca7319423e6fb83b4842356ba47 (diff)
downloadpfsense-0cbacfb391a17b21654f220620c26ba0f612b142.zip
pfsense-0cbacfb391a17b21654f220620c26ba0f612b142.tar.gz
anwhere -> anywhere
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index c600577..48e26da 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -1987,7 +1987,7 @@
$othersplist[] = array('NNTP2', 'udp', '119', '119', 'both', $_POST['mysqlserver']);
}
- if($_POST['pcanwhere'] != "") {
+ if($_POST['pcanywhere'] != "") {
/* symantec pc anywhere */
$othersplist[] = array('pcany1', 'tcp', '5631', '5631', 'both', $_POST['pcanywhere']);
$othersplist[] = array('pcany2', 'udp', '5632', '5632', 'both', $_POST['pcanywhere']);
@@ -2001,8 +2001,8 @@
}
if($_POST['cvsup'] != "") {
- /* teamspeak */
- $othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['teamspeak']);
+ /* cvsup */
+ $othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['cvsup']);
}
/* XXX: add some more protocols here! */
OpenPOWER on IntegriCloud