aboutsummaryrefslogtreecommitdiffstats
path: root/config/pfblockerng/pfblockerng.php
diff options
context:
space:
mode:
authorBBcan177 <bbcan177@gmail.com>2015-05-25 00:10:23 -0400
committerBBcan177 <bbcan177@gmail.com>2015-05-25 00:10:23 -0400
commit48d6105a64015ad0f547da90da150b030cbb26fd (patch)
tree630e022f8e307156aba53ac39b595e157fae5f11 /config/pfblockerng/pfblockerng.php
parent33ff3e6f91d8efadfafc1317640fc2d509d282c4 (diff)
downloadpfsense-packages-48d6105a64015ad0f547da90da150b030cbb26fd.tar.gz
pfsense-packages-48d6105a64015ad0f547da90da150b030cbb26fd.tar.bz2
pfsense-packages-48d6105a64015ad0f547da90da150b030cbb26fd.zip
pfBlockerNG v1.09 Maxmind Cron Task and addedit_string
The cron comparison function must skip the hour comparison for the Maxmind Cron task due to the hour being randomized (0-23). Add "addedit_string" to XML files. This will give description to the config backups.
Diffstat (limited to 'config/pfblockerng/pfblockerng.php')
-rw-r--r--config/pfblockerng/pfblockerng.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/pfblockerng/pfblockerng.php b/config/pfblockerng/pfblockerng.php
index a3ff2105..f69983e2 100644
--- a/config/pfblockerng/pfblockerng.php
+++ b/config/pfblockerng/pfblockerng.php
@@ -668,6 +668,7 @@ $xml = <<<EOF
<version>1.0</version>
<title>pfBlockerNG: {$cont}</title>
<include_file>/usr/local/pkg/pfblockerng/pfblockerng.inc</include_file>
+ <addedit_string>pfBlockerNG: Save {$cont} settings</addedit_string>
<menu>
<name>pfBlockerNG: {$cont_name}</name>
<tooltiptext>Configure pfBlockerNG</tooltiptext>
@@ -1064,6 +1065,7 @@ $xmlrep = <<<EOF
<version>1.0</version>
<title>pfBlockerNG: IPv4 Reputation</title>
<include_file>/usr/local/pkg/pfblockerng/pfblockerng.inc</include_file>
+ <addedit_string>pfBlockerNG: Save Reputation Settings</addedit_string>
<menu>
<name>pfBlockerNG</name>
<tooltiptext>Configure pfblockerNG</tooltiptext>