summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-06 23:09:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-06 23:09:14 +0000
commitf071f0c294ae82d6eee4395b99ea0596dbb3dcfc (patch)
treef10d99e888033b08875439a7c0686eeed6494ab8 /usr/local/www/wizards
parent6b86258045007bdceeb4bb5522b160c01dd9071e (diff)
downloadpfsense-f071f0c294ae82d6eee4395b99ea0596dbb3dcfc.zip
pfsense-f071f0c294ae82d6eee4395b99ea0596dbb3dcfc.tar.gz
Missing $
Diffstat (limited to 'usr/local/www/wizards')
-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 b183665..09683f2 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -378,7 +378,7 @@
}
/* setup vonage rule */
- if( _POST['vonage'] != "")
+ if( $_POST['vonage'] != "")
$voiplist[] = array('Vonage','udp','5060','5060','both');
/* Set up/down games as higher weight */
OpenPOWER on IntegriCloud