aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rulesets.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_rulesets.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_rulesets.php')
-rwxr-xr-xconfig/snort/snort_rulesets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php
index 3b7ef916..62b68a1b 100755
--- a/config/snort/snort_rulesets.php
+++ b/config/snort/snort_rulesets.php
@@ -330,7 +330,7 @@ if ($savemsg) {
</tr>
<tr>
<td width="15%" class="listn"><?php echo gettext("Auto Flowbit Rules"); ?></td>
- <td width="85%"><input type="button" class="formbtns" value="View" onclick="parent.location='snort_rules_flowbits.php?id=<?=$id;?>'" <?php echo $btn_view_flowb_rules; ?>/>
+ <td width="85%"><input type="button" class="formbtns" value="View" onclick="parent.location='snort_rules_flowbits.php?id=<?=$id;?>&returl=<?=urlencode($_SERVER['PHP_SELF']);?>'" <?php echo $btn_view_flowb_rules; ?>/>
&nbsp;&nbsp;<span class="vexpl"><?php echo gettext("Click to view auto-enabled rules required to satisfy flowbit dependencies"); ?></span></td>
</tr>
<tr>