summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-26 05:34:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-26 05:34:12 +0000
commitf307ef4fe925764d27a1c009f4891a7027228210 (patch)
treed1cbcf6aea62eeb390ebdde989385c90a8dda0a2 /usr/local/www/wizards/traffic_shaper_wizard.xml
parentc0914318a07e98772521d602716df25c3178f846 (diff)
downloadpfsense-f307ef4fe925764d27a1c009f4891a7027228210.zip
pfsense-f307ef4fe925764d27a1c009f4891a7027228210.tar.gz
Correct if check
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index bb1e0d4..674a270 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -476,7 +476,7 @@
$voiplist = array();
/* asterisk server / same as vonage */
- if( $_POST['provider'] == "Asterisk") || ($_POST['provider'] == "Vonage")) {
+ if(($_POST['provider'] == "Asterisk") || ($_POST['provider'] == "Vonage")) {
$voiplist[] = array('Asterisk', 'udp', '5060', '5069', 'both');
$voiplist[] = array('Asterisk', 'udp', '10000', '20000', 'both');
}
OpenPOWER on IntegriCloud