diff options
author | robiscool <robrob2626@yahoo.com> | 2009-12-20 15:24:54 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2009-12-20 15:24:54 -0800 |
commit | 1229129ab5a17ed26da3f69c74c7efa9600c3e87 (patch) | |
tree | ff43d775e10d104ec7020fd2f537408eeae788e6 /config/snort-dev/snort_help_info.php | |
parent | 8bfa4233a80998196b1c14e1750b63d386c91a1a (diff) | |
download | pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.tar.gz pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.tar.bz2 pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.zip |
snort-dev, change paths for images
Diffstat (limited to 'config/snort-dev/snort_help_info.php')
-rw-r--r-- | config/snort-dev/snort_help_info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php index c3abca56..42608ffe 100644 --- a/config/snort-dev/snort_help_info.php +++ b/config/snort-dev/snort_help_info.php @@ -55,7 +55,7 @@ include('head.inc'); $tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", true, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?>
|