diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-05 13:56:11 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-05 13:56:11 -0400 |
commit | 115e93c9e6fcb1269f470aca1cb0b72636845d6a (patch) | |
tree | c1ef271dc413db9ee7b657af22d99cf03e9cfea5 /config/suricata/suricata_barnyard.php | |
parent | 179d7432250e40e8a7ca0e6e9c60045d14bbf47d (diff) | |
download | pfsense-packages-115e93c9e6fcb1269f470aca1cb0b72636845d6a.tar.gz pfsense-packages-115e93c9e6fcb1269f470aca1cb0b72636845d6a.tar.bz2 pfsense-packages-115e93c9e6fcb1269f470aca1cb0b72636845d6a.zip |
Update static HTML text on page to reflect change in options.
Diffstat (limited to 'config/suricata/suricata_barnyard.php')
-rw-r--r-- | config/suricata/suricata_barnyard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_barnyard.php b/config/suricata/suricata_barnyard.php index f762477e..1463ed0b 100644 --- a/config/suricata/suricata_barnyard.php +++ b/config/suricata/suricata_barnyard.php @@ -384,7 +384,7 @@ include_once("head.inc"); <input name="barnyard_syslog_local" type="checkbox" value="on" <?php if ($pconfig['barnyard_syslog_local'] == "on") echo "checked"; ?> onClick="toggle_local_syslog()"/> <?php echo gettext("Enable logging of alerts to the local system only"); ?><br/> - <?php echo gettext("This will send alert data to the local system only and overrides the host, port, protocol, facility and priority values below."); ?></td> + <?php echo gettext("This will send alert data to the local system only and overrides the host, port and protocol values below."); ?></td> </tr> <tr> <td width="22%" valign="top" class="vncell"><?php echo gettext("Remote Host"); ?></td> |