summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-08 02:40:59 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-08 02:40:59 +0000
commit348327b7c0d7f9707c7b82b7763ad403e3673e35 (patch)
tree85fb1593fe8f472eb4c39b30dc04435649f7d8c9 /usr/local/www/wizards
parent0f266b2ed4c58282c31d96d3e4f760f93197b484 (diff)
downloadpfsense-348327b7c0d7f9707c7b82b7763ad403e3673e35.zip
pfsense-348327b7c0d7f9707c7b82b7763ad403e3673e35.tar.gz
touch up text
Ticket #1569
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc8
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml6
2 files changed, 7 insertions, 7 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'] != "") {
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 24e2267..e98bf3d 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -684,7 +684,7 @@
<type>checkbox</type>
<typehint>Other networking protocols</typehint>
<description>This will help raise or lower the priority of other protocols higher than most traffic.</description>
- <enablefields>AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPSEC,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP,HBCI</enablefields>
+ <enablefields>AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPsec,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP,HBCI</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper->step7->enable</bindstofield>
</field>
@@ -925,7 +925,7 @@
<typehint>Microsoft Point to Point tunneling protocol</typehint>
</field>
<field>
- <name>IPSEC</name>
+ <name>IPsec</name>
<type>select</type>
<bindstofield>ezshaper->step7->ipsec</bindstofield>
<options>
@@ -942,7 +942,7 @@
<value>L</value>
</option>
</options>
- <typehint>IPSEC VPN traffic</typehint>
+ <typehint>IPsec VPN traffic</typehint>
</field>
<field>
<name>Multimedia/Streaming</name>
OpenPOWER on IntegriCloud