diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-26 22:57:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-26 22:57:01 +0000 |
commit | 37c6bac6856ee8e6c9c7fb108752afff9d24229d (patch) | |
tree | bcb12c253edf870d8f7191762cbb5813a432ffc8 /packages/snort | |
parent | 53916f5870fa1a018ca87893d66fd636f7926455 (diff) | |
download | pfsense-packages-37c6bac6856ee8e6c9c7fb108752afff9d24229d.tar.gz pfsense-packages-37c6bac6856ee8e6c9c7fb108752afff9d24229d.tar.bz2 pfsense-packages-37c6bac6856ee8e6c9c7fb108752afff9d24229d.zip |
Add a note telling the user they can click on a ruleset to automatically launch the item in edit.php
Diffstat (limited to 'packages/snort')
-rw-r--r-- | packages/snort/snort_rulesets.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/snort/snort_rulesets.php b/packages/snort/snort_rulesets.php index a0c894ce..d0df633d 100644 --- a/packages/snort/snort_rulesets.php +++ b/packages/snort/snort_rulesets.php @@ -134,6 +134,8 @@ include("head.inc"); </form> +<p><b>NOTE:</b> You can click on a ruleset name to load the file in the pfSense text editor in a new window/tab. + <?php include("fend.inc"); ?> </body> |