aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-03-17 18:30:44 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-03-17 18:30:44 -0400
commit10a2e2916eb36f455f31c63481a4d6df49415321 (patch)
treef92a9b1b105a7d09e6b36043b2948f9c588962f5 /config/snort
parentfd2a5aeab821b902a078c2683b92a8c1908ad3df (diff)
downloadpfsense-packages-10a2e2916eb36f455f31c63481a4d6df49415321.tar.gz
pfsense-packages-10a2e2916eb36f455f31c63481a4d6df49415321.tar.bz2
pfsense-packages-10a2e2916eb36f455f31c63481a4d6df49415321.zip
Fix typo in URL for GPLv2 Community Rules details link.
Diffstat (limited to 'config/snort')
-rwxr-xr-xconfig/snort/snort_rulesets.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php
index c29b1810..6515fdb5 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>