summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-22 13:32:35 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-22 13:32:35 -0500
commitcc31dc7a19c2323d2538c2575024ed7d08bbabc4 (patch)
tree7c11372a87804e56f6a0b1f6838234a60d5f0885 /usr/local/www/vpn_ipsec_settings.php
parentb3bcc72952ec1b425294782525515b2d3ef5a53b (diff)
downloadpfsense-cc31dc7a19c2323d2538c2575024ed7d08bbabc4.zip
pfsense-cc31dc7a19c2323d2538c2575024ed7d08bbabc4.tar.gz
fix typo
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index bf00858..025820b 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -163,7 +163,7 @@ if ($_POST) {
unset($config['ipsec']['makebeforebreak']);
}
- /* The wierd logic here is to avoid negative policies when checked #4655 */
+ /* The weird logic here is to avoid negative policies when checked #4655 */
if ($_POST['noshuntlaninterfaces'] == "yes") {
if (isset($config['ipsec']['noshuntlaninterfaces'])) {
unset($config['ipsec']['noshuntlaninterfaces']);
OpenPOWER on IntegriCloud