summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c0f5d5)
raw | patch | inline | side by side (parent: 3c0f5d5)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 25 Jun 2006 08:53:36 +0000 (10:53 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 25 Jun 2006 08:53:36 +0000 (10:53 +0200) |
contrib/collection.cgi | patch | blob | history |
diff --git a/contrib/collection.cgi b/contrib/collection.cgi
index 51e187de6bf55ee4aef9fe7f5c1cc3391155fca1..54cde20bc0fa8abe172360f7dc9cb7d746430250 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/^\./);