summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a3bf9a)
raw | patch | inline | side by side (parent: 2a3bf9a)
author | octo <octo> | |
Wed, 10 May 2006 20:06:08 +0000 (20:06 +0000) | ||
committer | octo <octo> | |
Wed, 10 May 2006 20:06:08 +0000 (20:06 +0000) |
octo@leeloo:~/collectd $ svn merge -r630:631 trunk branches/collectd-3.9
contrib/collection.cgi | patch | blob | history |
diff --git a/contrib/collection.cgi b/contrib/collection.cgi
index 5684475e29359c9a5e48abdf843f8cc72e357198..76a2964ddc6492eadf4871309f959450d1f3cb1f 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/^\./);