diff options
author | Ermal <eri@pfsense.org> | 2012-07-14 07:26:10 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-14 07:26:10 +0000 |
commit | cf7410899cb311b3fc7cfea44388f1d1b21c3eb2 (patch) | |
tree | 92e442aa5094b668dfe168fb9cc07c21eb7f147b /config/snort/snort_rulesets.php | |
parent | b5e914f72a3858c74edde7d4c7efca41b386ca2f (diff) | |
download | pfsense-packages-cf7410899cb311b3fc7cfea44388f1d1b21c3eb2.tar.gz pfsense-packages-cf7410899cb311b3fc7cfea44388f1d1b21c3eb2.tar.bz2 pfsense-packages-cf7410899cb311b3fc7cfea44388f1d1b21c3eb2.zip |
Snort so rules should not be edited
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rw-r--r-- | config/snort/snort_rulesets.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index cc017eab..a3d41762 100644 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -305,10 +305,7 @@ if ($savemsg) { echo " \n<input type='checkbox' name='toenable[]' value='{$file}' {$CHECKED} />\n"; echo "</td>\n"; echo "<td class='listr' width='25%' >\n"; - if (empty($CHECKED)) echo $file; - else - echo "<a href='snort_rules.php?id={$id}&openruleset=" . urlencode($file) . "'>{$file}</a>\n"; echo "</td>\n"; } else echo "<td class='listbggrey' width='30%' colspan='2'><br/></td>\n"; |