diff options
author | robiscool <robrob2626@yahoo.com> | 2010-03-11 02:00:07 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-03-11 02:00:48 -0800 |
commit | e1dbec3e87eeef66c616653f7226ab2276ff6c16 (patch) | |
tree | e787fbf8b5b5af0ac5f9436f0043fb980cd99746 /config/snort-dev/snort_preprocessors.php | |
parent | c9fcb262f2cd4a5a123fa33f3932d10f020f3735 (diff) | |
download | pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.tar.gz pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.tar.bz2 pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.zip |
snort-dev, more GUI fixes, update help and info page
Diffstat (limited to 'config/snort-dev/snort_preprocessors.php')
-rw-r--r-- | config/snort-dev/snort_preprocessors.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort-dev/snort_preprocessors.php b/config/snort-dev/snort_preprocessors.php index f4462499..0227735c 100644 --- a/config/snort-dev/snort_preprocessors.php +++ b/config/snort-dev/snort_preprocessors.php @@ -39,6 +39,7 @@ Important add error checking */ require("guiconfig.inc"); +require("/usr/local/pkg/snort/snort.inc"); if (!is_array($config['installedpackages']['snortglobal']['rule'])) { $config['installedpackages']['snortglobal']['rule'] = array(); @@ -221,6 +222,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> +<p class="pgtitle"><?if($pfsense_stable == 'yes'){echo $pgtitle;}?></p> <style type="text/css"> .alert { position:absolute; @@ -260,7 +262,6 @@ if($id != "") ?> </td> </tr> - <br> <tr> <td class="tabcont"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> |