diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-05-14 00:38:49 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-05-14 00:38:49 -0300 |
commit | 1ef295d754f838935412ddefc8d5fa00c51bcc1c (patch) | |
tree | 3d714f5a6ee1844c0bb1eab91a155b6db7ef6e11 /config/snort/snort_interfaces_whitelist.php | |
parent | 080fb922c15c959be4f0bd101d0cf3f529f0e866 (diff) | |
download | pfsense-packages-1ef295d754f838935412ddefc8d5fa00c51bcc1c.tar.gz pfsense-packages-1ef295d754f838935412ddefc8d5fa00c51bcc1c.tar.bz2 pfsense-packages-1ef295d754f838935412ddefc8d5fa00c51bcc1c.zip |
snort - (re)include two level menu and change start stop icons to toggle status as well show current snort status
Diffstat (limited to 'config/snort/snort_interfaces_whitelist.php')
-rw-r--r-- | config/snort/snort_interfaces_whitelist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snort/snort_interfaces_whitelist.php b/config/snort/snort_interfaces_whitelist.php index a925ad45..27f48e16 100644 --- a/config/snort/snort_interfaces_whitelist.php +++ b/config/snort/snort_interfaces_whitelist.php @@ -85,6 +85,7 @@ if ($savemsg) print_info_box($savemsg); $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), true, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); + $tab_array[7] = array(gettext("Sync"), false, "/pkg_edit.php?xml=snort/snort_sync.xml"); display_top_tabs($tab_array); ?> </td> |