aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_global.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-14 00:38:49 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-14 00:38:49 -0300
commit1ef295d754f838935412ddefc8d5fa00c51bcc1c (patch)
tree3d714f5a6ee1844c0bb1eab91a155b6db7ef6e11 /config/snort/snort_interfaces_global.php
parent080fb922c15c959be4f0bd101d0cf3f529f0e866 (diff)
downloadpfsense-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_global.php')
-rw-r--r--config/snort/snort_interfaces_global.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php
index 3c544436..29217604 100644
--- a/config/snort/snort_interfaces_global.php
+++ b/config/snort/snort_interfaces_global.php
@@ -142,6 +142,7 @@ function enable_snort_vrt(btn) {
$tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php");
$tab_array[5] = array(gettext("Whitelists"), false, "/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>