diff options
author | robiscool <robrob2626@yahoo.com> | 2009-11-18 02:02:40 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2009-11-18 02:02:40 -0800 |
commit | c2c025d9879f4dfd48bc744cf731f1dd671121e0 (patch) | |
tree | 97a95e0a37b6b73f3b83d34b686e80f461244064 /config/snort-dev/snort_rules_edit.php | |
parent | 0b5df72ea1ccb50d917ba7c3e3e41bb0ef6037d6 (diff) | |
download | pfsense-packages-c2c025d9879f4dfd48bc744cf731f1dd671121e0.tar.gz pfsense-packages-c2c025d9879f4dfd48bc744cf731f1dd671121e0.tar.bz2 pfsense-packages-c2c025d9879f4dfd48bc744cf731f1dd671121e0.zip |
snort-dev, point tabs in the right direction
Diffstat (limited to 'config/snort-dev/snort_rules_edit.php')
-rw-r--r-- | config/snort-dev/snort_rules_edit.php | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/config/snort-dev/snort_rules_edit.php b/config/snort-dev/snort_rules_edit.php index 69d946a9..41138acb 100644 --- a/config/snort-dev/snort_rules_edit.php +++ b/config/snort-dev/snort_rules_edit.php @@ -3,6 +3,7 @@ /* snort_rules_edit.php Copyright (C) 2004, 2005 Scott Ullrich + Copyright (C) 2004, 2009 Robert Zelaya All rights reserved. Redistribution and use in source and binary forms, with or without @@ -328,18 +329,15 @@ include("head.inc"); <tr> <td> <?php - $tab_array = array(); - $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=snort.xml&id=0"); - $tab_array[] = array(gettext("Update Rules"), false, "/snort_download_rules.php"); - $tab_array[] = array(gettext("Categories"), false, "/snort_rulesets.php"); - $tab_array[] = array(gettext("Rules"), true, "/snort_rules.php?openruleset=/usr/local/etc/snort/rules/attack-responses.rules"); - $tab_array[] = array(gettext("Servers"), false, "/pkg_edit.php?xml=snort_define_servers.xml&id=0"); - $tab_array[] = array(gettext("Blocked"), false, "/snort_blocked.php"); - $tab_array[] = array(gettext("Whitelist"), false, "/pkg.php?xml=snort_whitelist.xml"); - $tab_array[] = array(gettext("Threshold"), false, "/pkg.php?xml=snort_threshold.xml"); - $tab_array[] = array(gettext("Alerts"), false, "/snort_alerts.php"); - $tab_array[] = array(gettext("Advanced"), false, "/pkg_edit.php?xml=snort_advanced.xml&id=0"); - display_top_tabs($tab_array); + $tab_array = array(); + $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php"); + $tab_array[] = array("If Settings", false, "/snort/snort_interfaces_edit.php?id={$id}"); + $tab_array[] = array("Categories", false, "/snort/snort_rulesets.php?id={$id}"); + $tab_array[] = array("Rules", false, "/snort/snort_rules.php?id={$id}"); + $tab_array[] = array("Servers", false, "/snort/snort_define_servers.php?id={$id}"); + $tab_array[] = array("Preprocessors", false, "/snort/snort_preprocessors.php?id={$id}"); + $tab_array[] = array("Barnyard2", false, "/snort/snort_barnyard.php?id={$id}"); + display_top_tabs($tab_array); ?> </td> |