diff options
author | robiscool <robrob2626@yahoo.com> | 2010-03-26 18:15:02 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-03-26 18:15:02 -0700 |
commit | 99f575d42eed225405233af5cc0231ca874dce50 (patch) | |
tree | 7039040681fb7d03c3b0d1776d73dfb09b968bef /config/snort-dev/snort_download_rules.php | |
parent | 0628f8885994494ff5823e688ced8bffcf909375 (diff) | |
download | pfsense-packages-99f575d42eed225405233af5cc0231ca874dce50.tar.gz pfsense-packages-99f575d42eed225405233af5cc0231ca874dce50.tar.bz2 pfsense-packages-99f575d42eed225405233af5cc0231ca874dce50.zip |
snort-dev, fixed link logo, fixed barnyard 7.2 8.0 download, see notes.txt
Diffstat (limited to 'config/snort-dev/snort_download_rules.php')
-rw-r--r-- | config/snort-dev/snort_download_rules.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort-dev/snort_download_rules.php b/config/snort-dev/snort_download_rules.php index ee954e9c..dd2a22e8 100644 --- a/config/snort-dev/snort_download_rules.php +++ b/config/snort-dev/snort_download_rules.php @@ -81,7 +81,7 @@ if ($id_d == "" || $snort_emrging_info == "stop" || $snort_oinkid_info == "stop" $pgtitle = "Services: Snort: Rule Updates"; include("head.inc"); -include("fbegin.inc"); +include("./snort_fbegin.inc"); echo "<p class=\"pgtitle\">"; if($pfsense_stable == 'yes'){echo $pgtitle;} echo "</p>\n"; @@ -220,7 +220,7 @@ setTimeout($.unblockUI, 2000); </script> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> -<?php include("/usr/local/www/fbegin.inc"); ?> +<?php include("./snort_fbegin.inc"); ?> <p class="pgtitle"><?if($pfsense_stable == 'yes'){echo $pgtitle;}?></p> <form action="snort_download_rules.php" method="post"> |