summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-09 18:01:23 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-09 18:01:23 +0545
commitab6e21f4cc0981749aee0bb841c0b3e286d8d0b3 (patch)
treee63138ed12d305fe5adb3fa422fe3e414f8989c4 /src/usr/local/www/vpn_ipsec_settings.php
parent0dc2d19598d2b1a7719c3c116b3d0cef98349299 (diff)
parentcb41dd63de768f6cb01008d187206d989d151851 (diff)
downloadpfsense-ab6e21f4cc0981749aee0bb841c0b3e286d8d0b3.zip
pfsense-ab6e21f4cc0981749aee0bb841c0b3e286d8d0b3.tar.gz
Merge with master
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_settings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_settings.php b/src/usr/local/www/vpn_ipsec_settings.php
index ecacb20..4603232 100644
--- a/src/usr/local/www/vpn_ipsec_settings.php
+++ b/src/usr/local/www/vpn_ipsec_settings.php
@@ -4,7 +4,6 @@
*/
/* ====================================================================
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
- * Copyright (c) 2004, 2005 Scott Ullrich
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -202,7 +201,7 @@ if ($_POST) {
unset($config['ipsec']['makebeforebreak']);
}
- // The UI deals with "Auto-exclude LAN address" but in the back-end we work with
+ // The UI deals with "Auto-exclude LAN address" but in the back-end we work with
// noshuntlaninterfaces which is the reverse true/false logic setting - #4655
if ($_POST['autoexcludelanaddress'] == "yes") {
if (isset($config['ipsec']['noshuntlaninterfaces'])) {
OpenPOWER on IntegriCloud