aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_whitelist_edit.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-12-17 19:58:24 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2013-12-17 19:58:24 -0500
commita1eb07ae4019b15e7f4d4375e066038e18a59993 (patch)
tree2d50da93ac6b0eb68a67e3a5630c77f1d4af7446 /config/snort/snort_interfaces_whitelist_edit.php
parent58399e5fc19f75e4b331dab84db736cac9bc1382 (diff)
downloadpfsense-packages-a1eb07ae4019b15e7f4d4375e066038e18a59993.tar.gz
pfsense-packages-a1eb07ae4019b15e7f4d4375e066038e18a59993.tar.bz2
pfsense-packages-a1eb07ae4019b15e7f4d4375e066038e18a59993.zip
Remove need for session vars per Ermal's request.
Diffstat (limited to 'config/snort/snort_interfaces_whitelist_edit.php')
-rw-r--r--config/snort/snort_interfaces_whitelist_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_interfaces_whitelist_edit.php b/config/snort/snort_interfaces_whitelist_edit.php
index 9fb97be1..cbc31378 100644
--- a/config/snort/snort_interfaces_whitelist_edit.php
+++ b/config/snort/snort_interfaces_whitelist_edit.php
@@ -274,7 +274,7 @@ if ($savemsg)
<td width="78%" class="vtable">
<input autocomplete="off" name="address" type="text" class="formfldalias" id="address" size="30" value="<?=htmlspecialchars($pconfig['address']);?>"
title="<?=trim(filter_expand_alias($pconfig['address']));?>" />
- &nbsp;&nbsp;&nbsp;&nbsp;<input type="button" class="formbtns" value="Aliases" onclick="parent.location='snort_select_alias.php?id=0&type=host|network&varname=address&act=import&multi_ip=yes'"
+ &nbsp;&nbsp;&nbsp;&nbsp;<input type="button" class="formbtns" value="Aliases" onclick="parent.location='snort_select_alias.php?id=0&type=host|network&varname=address&act=import&multi_ip=yes&returl=<?=urlencode($_SERVER['PHP_SELF']);?>'"
title="<?php echo gettext("Select an existing IP alias");?>"/>
</td>
</tr>