aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-06-18 18:40:40 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-06-18 18:40:40 -0400
commit37dffd2c06a524c120d445783bccdbf9b1119c00 (patch)
tree682dc38f24533f55db6b9f8a1b0a61cc533eda8b /config/snort/snort_interfaces.php
parentbc45f34c6e0ad58d6286da338e4962a86fbc9415 (diff)
downloadpfsense-packages-37dffd2c06a524c120d445783bccdbf9b1119c00.tar.gz
pfsense-packages-37dffd2c06a524c120d445783bccdbf9b1119c00.tar.bz2
pfsense-packages-37dffd2c06a524c120d445783bccdbf9b1119c00.zip
Fix various HTML validation errors in markup.
Diffstat (limited to 'config/snort/snort_interfaces.php')
-rwxr-xr-xconfig/snort/snort_interfaces.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/snort/snort_interfaces.php b/config/snort/snort_interfaces.php
index 390b83eb..84273167 100755
--- a/config/snort/snort_interfaces.php
+++ b/config/snort/snort_interfaces.php
@@ -145,9 +145,9 @@ if ($_GET['act'] == 'toggle' && is_numeric($id)) {
log_error("Toggle (snort starting) for {$if_friendly}({$snortcfg['descr']})...");
/* set flag to rebuild interface rules before starting Snort */
- $rebuild_rules = "on";
+ $rebuild_rules = true;
sync_snort_package_config();
- $rebuild_rules = "off";
+ $rebuild_rules = false;
snort_start($snortcfg, $if_real);
header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' );
@@ -364,7 +364,7 @@ if ($pfsense_stable == 'yes')
</td>
<td class="listbg"
ondblclick="document.location='snort_interfaces_edit.php?id=<?=$nnats;?>';">
- <font color="#ffffff"> <?=htmlspecialchars($natent['descr']);?>&nbsp;
+ <font color="#ffffff"> <?=htmlspecialchars($natent['descr']);?>&nbsp;</font>
</td>
<td valign="middle" class="list" nowrap>
<table border="0" cellspacing="0" cellpadding="0">