summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 16:44:52 +0100
committerGitHub <noreply@github.com>2017-03-09 16:44:52 +0100
commite5b8f4adcd51d89934df5be16cfce27ca7a4ebf9 (patch)
tree2ef317dc32d279f1ca18b72fe2b7dc2b842cfd63 /src/usr/local
parent0baf52bbf047ff60528b7da194384d73cf00c38b (diff)
downloadpfsense-e5b8f4adcd51d89934df5be16cfce27ca7a4ebf9.zip
pfsense-e5b8f4adcd51d89934df5be16cfce27ca7a4ebf9.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index 27a5e23..3f7742f 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -348,7 +348,7 @@ if ($_POST) {
$config['system']['bogons']['interval'] = $_POST['bogonsinterval'];
}
- write_config();
+ write_config(gettext("Changed Advanced Firewall/NAT settings."));
// Kill filterdns when value changes, filter_configure() will restart it
if (($old_aliasesresolveinterval != $config['system']['aliasesresolveinterval']) &&
OpenPOWER on IntegriCloud