summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-08 00:45:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-08 00:45:57 +0000
commitae09f96242170b9900847d6a6cd9eda7393bce61 (patch)
tree8ea0b9f5e04c35ff36a288f7f708877932410fe9 /usr/local/www/wizards
parentfbaafc07b7540d4e4c12c81e60865ecaa2502667 (diff)
downloadpfsense-ae09f96242170b9900847d6a6cd9eda7393bce61.zip
pfsense-ae09f96242170b9900847d6a6cd9eda7393bce61.tar.gz
MFC
Fix jabber on TS. http://www.pfsense.org/~billm/patches/ticket-1042.patch
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 16a04d9..1e3031c 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -812,9 +812,9 @@ function step6_stepsubmitphpaction() {
if($_POST['jabber'] != "") {
/* jabber */
- $othersplist[] = array('IRC', 'tcp', '5222', '5222', 'both', $_POST['jabber1']);
- $othersplist[] = array('IRC', 'tcp', '5223', '5223', 'both', $_POST['jabber2']);
- $othersplist[] = array('IRC', 'tcp', '5269', '5269', 'both', $_POST['jabber3']);
+ $othersplist[] = array('IRC', 'tcp', '5222', '5222', 'both', $_POST['jabber']);
+ $othersplist[] = array('IRC', 'tcp', '5223', '5223', 'both', $_POST['jabber']);
+ $othersplist[] = array('IRC', 'tcp', '5269', '5269', 'both', $_POST['jabber']);
}
if($_POST['dns'] != "") {
OpenPOWER on IntegriCloud