From ad5bea776f596612c08c8c6ab47fc8071c1ca1af Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 28 Jan 2010 09:56:32 +1300 Subject: Fix compile. --- config/snort-dev/snort_interfaces.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/snort-dev/snort_interfaces.php') diff --git a/config/snort-dev/snort_interfaces.php b/config/snort-dev/snort_interfaces.php index 55f729f5..5d98105e 100644 --- a/config/snort-dev/snort_interfaces.php +++ b/config/snort-dev/snort_interfaces.php @@ -276,7 +276,7 @@ padding: 15px 10px 50% 50px; $if_real = convert_friendly_interface_to_real_interface_name($natent['interface']); $snort_pid = exec("pgrep -F /var/run/snort_{$if_real}{$nnats}{$if_real}.pid snort"); - if ($snort_pid) + if ($snort_pid) { $class_color_up = "listbg2"; $iconfn = "block"; }else{ @@ -340,7 +340,7 @@ padding: 15px 10px 50% 50px;