summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 19:28:57 +0100
committerGitHub <noreply@github.com>2017-03-09 19:28:57 +0100
commit437d76feb566a06899f6711dc42a3290a52ee3bf (patch)
tree8272a2b716b5d565ef9791dd9e036d14e4f32343 /src/usr/local
parent9d43ef897a9d5ccb1c7c16abb4ee204f9d0fd0ba (diff)
downloadpfsense-437d76feb566a06899f6711dc42a3290a52ee3bf.zip
pfsense-437d76feb566a06899f6711dc42a3290a52ee3bf.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index 6988f73..44b6a30 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -508,7 +508,7 @@ if ($_POST['save']) {
$a_phase1[] = $ph1ent;
}
- write_config();
+ write_config(gettext("Saved IPsec tunnel Phase 1 configuration."));
mark_subsystem_dirty('ipsec');
header("Location: vpn_ipsec.php");
OpenPOWER on IntegriCloud