From 62ed7e16bc69b27de9d37f8f9bbeaed3a1fb42a0 Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Tue, 15 Apr 2014 11:39:26 -0400 Subject: Add missing ']' to variable name. --- config/snort/snort_edit_hat_data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/snort/snort_edit_hat_data.php') diff --git a/config/snort/snort_edit_hat_data.php b/config/snort/snort_edit_hat_data.php index e067dc11..a5ec0aad 100644 --- a/config/snort/snort_edit_hat_data.php +++ b/config/snort/snort_edit_hat_data.php @@ -66,7 +66,7 @@ else if ($_POST['clear']) { unset($a_nat[$id]['host_attribute_data']); $a_nat[$id]['host_attribute_table'] = 'off'; - write_config("Snort pkg: cleared Host Attribute Table data for {$a_nat[$id]['interface'}."); + write_config("Snort pkg: cleared Host Attribute Table data for {$a_nat[$id]['interface']}."); $rebuild_rules = false; snort_generate_conf($a_nat[$id]); $pconfig['host_attribute_data'] = ""; @@ -78,7 +78,7 @@ if ($_POST['save']) { $a_nat[$id]['host_attribute_table'] = 'on'; else $a_nat[$id]['host_attribute_table'] = 'off'; - write_config("Snort pkg: modified Host Attribute Table data for {$a_nat[$id]['interface'}."); + write_config("Snort pkg: modified Host Attribute Table data for {$a_nat[$id]['interface']}."); $rebuild_rules = false; snort_generate_conf($a_nat[$id]); $pconfig['host_attribute_data'] = $_POST['host_attribute_data']; -- cgit v1.2.3