summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index fe571c7..9626c43 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -936,10 +936,10 @@ function step7_stepsubmitphpaction() {
}
if($_POST['ipsec'] != "") {
- /* IPSEC */
- $othersplist[] = array('IPSEC', 'udp', '500', '500', 'both', $_POST['ipsec']);
- $othersplist[] = array('IPSEC', 'ah', '', '', 'both', $_POST['ipsec']);
- $othersplist[] = array('IPSEC', 'esp', '', '', 'both', $_POST['ipsec']);
+ /* IPsec */
+ $othersplist[] = array('IPsec', 'udp', '500', '500', 'both', $_POST['ipsec']);
+ $othersplist[] = array('IPsec', 'ah', '', '', 'both', $_POST['ipsec']);
+ $othersplist[] = array('IPsec', 'esp', '', '', 'both', $_POST['ipsec']);
}
if($_POST['streamingmp3'] != "") {
OpenPOWER on IntegriCloud