aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_whitelist.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-04-09 17:45:03 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-04-09 17:45:03 -0400
commit6cabee346e055501e39886fb2b3fddbb4799fcdb (patch)
tree779680428dfde15f29c3f3eb32a7e8c565bb6977 /config/snort/snort_interfaces_whitelist.php
parent6e92c34f5c39d7af5fcd90b0e274ddf71a0083ce (diff)
downloadpfsense-packages-6cabee346e055501e39886fb2b3fddbb4799fcdb.tar.gz
pfsense-packages-6cabee346e055501e39886fb2b3fddbb4799fcdb.tar.bz2
pfsense-packages-6cabee346e055501e39886fb2b3fddbb4799fcdb.zip
Add tip to restart Snort after making changes on page.
Diffstat (limited to 'config/snort/snort_interfaces_whitelist.php')
-rw-r--r--config/snort/snort_interfaces_whitelist.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/snort/snort_interfaces_whitelist.php b/config/snort/snort_interfaces_whitelist.php
index f90cbe1f..a925ad45 100644
--- a/config/snort/snort_interfaces_whitelist.php
+++ b/config/snort/snort_interfaces_whitelist.php
@@ -154,15 +154,20 @@ if ($savemsg) print_info_box($savemsg);
</tr>
</table>
<br>
-<table width="100%" border="0" cellpadding="0"
- cellspacing="0">
+<table width="100%" border="0" cellpadding="1"
+ cellspacing="1">
+ <tr>
<td width="100%"><span class="vexpl"><span class="red"><strong><?php echo gettext("Note:"); ?></strong></span>
<p><span class="vexpl"><?php echo gettext("Here you can create whitelist files for your " .
"snort package rules."); ?><br>
<?php echo gettext("Please add all the ips or networks you want to protect against snort " .
"block decisions."); ?><br>
<?php echo gettext("Remember that the default whitelist only includes local networks."); ?><br>
- <?php echo gettext("Be careful, it is very easy to get locked out of you system."); ?></span></p></td>
+ <?php echo gettext("Be careful, it is very easy to get locked out of your system."); ?></span></p></td>
+ </tr>
+ <tr>
+ <td width="100%"><span class="vexpl"><?php echo gettext("Remember you must restart Snort on the interface for changes to take effect!"); ?></span></td>
+ </tr>
</table>
</form>
<?php include("fend.inc"); ?>