summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4eb4e3f)
raw | patch | inline | side by side (parent: 4eb4e3f)
author | octo <octo> | |
Sun, 16 Apr 2006 16:18:07 +0000 (16:18 +0000) | ||
committer | octo <octo> | |
Sun, 16 Apr 2006 16:18:07 +0000 (16:18 +0000) |
contrib/collection.cgi | patch | blob | history |
diff --git a/contrib/collection.cgi b/contrib/collection.cgi
index fbfd22991da33d13d19db4240bfeceb2dbaed831..95102b53e21cc8413c05a6ca71de01095bb2e063 100755 (executable)
--- a/contrib/collection.cgi
+++ b/contrib/collection.cgi
ping => \&output_graph_ping,
sensors => 1,
traffic => 1,
- users => 1
+ users => 1
};
our @Info;
$AbsDir = $Config->{'Directory'};
$RelDir = '';
- while (@info and -d $AbsDir . '/' . $Info[0])
+ while (@info and -d $AbsDir . '/' . $info[0])
{
my $new = shift (@info);
next if ($new =~ m/^\./);