From 37dffd2c06a524c120d445783bccdbf9b1119c00 Mon Sep 17 00:00:00 2001
From: bmeeks8
Date: Tue, 18 Jun 2013 18:40:40 -0400
Subject: Fix various HTML validation errors in markup.
---
config/snort/snort_barnyard.php | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
(limited to 'config/snort/snort_barnyard.php')
diff --git a/config/snort/snort_barnyard.php b/config/snort/snort_barnyard.php
index 2773fe95..a5c1ffec 100644
--- a/config/snort/snort_barnyard.php
+++ b/config/snort/snort_barnyard.php
@@ -89,7 +89,7 @@ if ($_POST) {
write_config();
/* No need to rebuild rules if just toggling Barnyard2 on or off */
- $rebuild_rules = "off";
+ $rebuild_rules = false;
sync_snort_package_config();
/* after click go to this page */
@@ -108,16 +108,11 @@ $pgtitle = "Snort: Interface: {$if_friendly} Barnyard2 Edit";
include_once("head.inc");
?>
-
-
+
' . $pgtitle . '
';}?>
-
-