From 06e36f418ba5e4f449d9fb6f213cadb9b4b91bbe Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 12 Jul 2012 07:46:15 +0000 Subject: Show the icon on the snort column for consistency. Stop snort when disabled is ticked of on edit screen --- config/snort/snort_interfaces.php | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'config/snort/snort_interfaces.php') diff --git a/config/snort/snort_interfaces.php b/config/snort/snort_interfaces.php index 26f17b20..d55e8bd9 100644 --- a/config/snort/snort_interfaces.php +++ b/config/snort/snort_interfaces.php @@ -194,13 +194,12 @@ if ($pfsense_stable == 'yes') cellspacing="0">   -   If - Snort + Snort Performance Block - Barnyard2 - Description + Barnyard2 + Description @@ -236,30 +235,28 @@ if ($pfsense_stable == 'yes') ?> - + if ($check_snort_info == "on") { + echo strtoupper("enabled"); + echo " + "; + } else + echo strtoupper("disabled"); + ?> +
- - -- cgit v1.2.3