diff options
author | jim-p <jimp@pfsense.org> | 2012-03-27 16:00:16 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-03-27 16:00:16 -0400 |
commit | db42809990752870f45f8dc7e4fc7a9566706782 (patch) | |
tree | 83f7968a40297de52a49eeff9ac2e5410dd9a400 /config/snort/snort_rulesets.php | |
parent | 3a079ff37f9b2a9b0864c53fdd2620838b791c19 (diff) | |
download | pfsense-packages-db42809990752870f45f8dc7e4fc7a9566706782.tar.gz pfsense-packages-db42809990752870f45f8dc7e4fc7a9566706782.tar.bz2 pfsense-packages-db42809990752870f45f8dc7e4fc7a9566706782.zip |
Generalize more references
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rw-r--r-- | config/snort/snort_rulesets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index e4577818..313daea2 100644 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -243,7 +243,7 @@ if (file_exists($d_snortconfdirty_path)) { cellpadding="0" cellspacing="0"> <tr id="frheader"> <td width="5%" class="listhdrr">Enabled</td> - <td class="listhdrr"><?php if($snort_arch == 'x86'){echo 'Ruleset: Rules that end with "so.rules" are shared object rules.';}else{echo 'Shared object rules are "so.rules" and not available on Pfsense 2.0 64 bit.';}?></td> + <td class="listhdrr"><?php if($snort_arch == 'x86'){echo 'Ruleset: Rules that end with "so.rules" are shared object rules.';}else{echo 'Shared object rules are "so.rules" and not available on 64 bit architectures.';}?></td> <!-- <td class="listhdrr">Description</td> --> </tr> <?php |