aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_whitelist_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2013-12-18 00:03:40 -0800
committerErmal Luçi <eri@pfsense.org>2013-12-18 00:03:40 -0800
commit3d70590e1cd0a7b8bd309dd9d6b1f0278c3c197e (patch)
treec8823be639d342253b5cc26fdd28a861c3e9c0a4 /config/snort/snort_interfaces_whitelist_edit.php
parent419fe8a7818856bcc6badb4e8d601f0e01f31f5c (diff)
parentd1cf8edc0e9b4e4ad3ae0d14613047de4bfa2c90 (diff)
downloadpfsense-packages-3d70590e1cd0a7b8bd309dd9d6b1f0278c3c197e.tar.gz
pfsense-packages-3d70590e1cd0a7b8bd309dd9d6b1f0278c3c197e.tar.bz2
pfsense-packages-3d70590e1cd0a7b8bd309dd9d6b1f0278c3c197e.zip
Merge pull request #558 from bmeeks8/master
Snort Package 3.0.1 Update
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>