From 93afeb7fe1e18528dd2cdd7f0bc07b0126659566 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 23 Dec 2004 05:39:51 +0000 Subject: Use tabs to seperate graph paramaters to make the conf file look cleaner and closer to the example. --- packages/pfstat.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/pfstat.xml') diff --git a/packages/pfstat.xml b/packages/pfstat.xml index d1943c35..666e7fe7 100644 --- a/packages/pfstat.xml +++ b/packages/pfstat.xml @@ -168,11 +168,11 @@ foreach($rowhelper['row'] as $row) { if($row['location'] == "left") { if($isfirstleft == 1) $leftgraphtext .= ",\n"; - $leftgraphtext .= $row['counters'] . " label \"" . $row['counters'] . "\" color " . $row['color'] . " " . $row['appearance']; + $leftgraphtext .= $row['counters'] . " label \"" . $row['counters'] . "\" color " . $row['color'] . " " . $row['appearance']; $isfirstleft = 1; } else { if($isfirstright == 1) $rightgraphtext .= ",\n"; - $rightgraphtext .= $row['counters'] . " label \"" . $row['counters'] . "\" color " . $row['color'] . " " . $row['appearance']; + $rightgraphtext .= $row['counters'] . " label \"" . $row['counters'] . "\" color " . $row['color'] . " " . $row['appearance']; $isfirstright = 1; } } -- cgit v1.2.3