diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-13 23:37:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-13 23:37:05 +0000 |
commit | 2d1fc815bdb95515665eab90570dfffb0e2f6c2f (patch) | |
tree | 2ba3ecc13576d8609d01855a476da1d4f964990e /usr | |
parent | 3f83de3de379652a1bd5a521f30e4a5ed922ccb8 (diff) | |
download | pfsense-2d1fc815bdb95515665eab90570dfffb0e2f6c2f.zip pfsense-2d1fc815bdb95515665eab90570dfffb0e2f6c2f.tar.gz |
Remove SSH from javascript deselection list
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 2 |
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 d2f0491..b8c831f 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -948,7 +948,7 @@ <type>checkbox</type> <typehint>Other networking protocols</typehint> <description>This will help raise the priority of other protocols higher than most traffic.</description> - <enablefields>MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SSH,SMTP,POP3,ICMP</enablefields> + <enablefields>MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP</enablefields> <donotdisable>true</donotdisable> <bindstofield>ezshaper->step6->enable</bindstofield> </field> |