aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rules.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-12-17 20:09:08 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2013-12-17 20:09:08 -0500
commit21af4fa16d7adc26dbad59e84cb734c2a10e57ee (patch)
tree26837e6261a6de86604b908a2cde25c850cab754 /config/snort/snort_rules.php
parent073f3e78629de1b97945d744d4339615094b4d4e (diff)
downloadpfsense-packages-21af4fa16d7adc26dbad59e84cb734c2a10e57ee.tar.gz
pfsense-packages-21af4fa16d7adc26dbad59e84cb734c2a10e57ee.tar.bz2
pfsense-packages-21af4fa16d7adc26dbad59e84cb734c2a10e57ee.zip
Add new query string param when viewing Flowbits.
Diffstat (limited to 'config/snort/snort_rules.php')
-rwxr-xr-xconfig/snort/snort_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php
index 48d26d1d..0434f88f 100755
--- a/config/snort/snort_rules.php
+++ b/config/snort/snort_rules.php
@@ -528,7 +528,7 @@ if ($savemsg) {
<tr>
<td colspan="3" class="vexpl" align="center"><?php echo "<span class=\"red\"><b>" . gettext("WARNING: ") . "</b></span>" .
gettext("You should not disable flowbit rules! Add Suppress List entries for them instead by ") .
- "<a href='snort_rules_flowbits.php?id={$id}' title=\"" . gettext("Add Suppress List entry for Flowbit Rule") . "\">" .
+ "<a href='snort_rules_flowbits.php?id={$id}&openruleset={$currentruleset}&returl=" . urlencode($_SERVER['PHP_SELF']) . "' title=\"" . gettext("Add Suppress List entry for Flowbit Rule") . "\">" .
gettext("clicking here") . ".</a>";?></td>
</tr>
<?php endif;?>