aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rulesets.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-03-20 17:42:33 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-03-20 17:42:33 -0300
commite35b8aaaf19f0ddbe428e170c149f85ce2fcbb0f (patch)
treec011ba365a7670bd3d72d3c2990afb0bd0a464c7 /config/snort/snort_rulesets.php
parent3904fe81c9d994ebfeb7ff76d39ebbd312228cde (diff)
parente7ea7ecd4911c3bdacc18ea018f41c66b1029242 (diff)
downloadpfsense-packages-e35b8aaaf19f0ddbe428e170c149f85ce2fcbb0f.tar.gz
pfsense-packages-e35b8aaaf19f0ddbe428e170c149f85ce2fcbb0f.tar.bz2
pfsense-packages-e35b8aaaf19f0ddbe428e170c149f85ce2fcbb0f.zip
Merge pull request #836 from bmeeks8/snort-2.9.7.2-v3.2.4
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rwxr-xr-xconfig/snort/snort_rulesets.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php
index c29b1810..90ce1e7d 100755
--- a/config/snort/snort_rulesets.php
+++ b/config/snort/snort_rulesets.php
@@ -452,7 +452,7 @@ if ($savemsg) {
<tr>
<td width="5%" class="listr" style="text-align: center;">
<img src="../themes/<?=$g['theme'];?>/images/icons/icon_advanced.gif" width="11" height="11" border="0" title="<?=gettext("Auto-managed by settings on SID Mgmt tab");?>" /></td>
- <td colspan="5" class="listr"><a href='suricata_rules.php?id=<?=$id;?>&openruleset=<?=$community_rules_file;?>'><?=gettext("{$msg_community}");?></a></td>
+ <td colspan="5" class="listr"><a href='snort_rules.php?id=<?=$id;?>&openruleset=<?=$community_rules_file;?>'><?=gettext("{$msg_community}");?></a></td>
</tr>
<?php else: ?>
<tr>
@@ -465,7 +465,7 @@ if ($savemsg) {
<tr>
<td width="5%" class="listr" style="text-align: center;">
<input type="checkbox" name="toenable[]" value="<?=$community_rules_file;?>" checked="checked"/></td>
- <td colspan="5" class="listr"><a href='suricata_rules.php?id=<?=$id;?>&openruleset=<?=$community_rules_file;?>'><?php echo gettext("{$msg_community}"); ?></a></td>
+ <td colspan="5" class="listr"><a href='snort_rules.php?id=<?=$id;?>&openruleset=<?=$community_rules_file;?>'><?php echo gettext("{$msg_community}"); ?></a></td>
</tr>
<?php else: ?>
<tr>
@@ -531,7 +531,7 @@ if ($savemsg) {
sort($snortrules);
$i = count($emergingrules);
if ($i < count($snortsorules))
- $i = count(snortsorules);
+ $i = count($snortsorules);
if ($i < count($snortrules))
$i = count($snortrules);