summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd34a5b)
raw | patch | inline | side by side (parent: dd34a5b)
author | Florian Forster <octo@noris.net> | |
Fri, 13 Mar 2009 14:30:54 +0000 (15:30 +0100) | ||
committer | Florian Forster <octo@noris.net> | |
Fri, 13 Mar 2009 14:30:54 +0000 (15:30 +0100) |
contrib/collection3/bin/graph.cgi | patch | blob | history |
index 7fe20871a20ccd7eee60bbf11837e9ec0a6968ed..c246bda6a078db65ccff92f85045f2b472037f8d 100755 (executable)
our $Begin = param ('begin');
our $End = param ('end');
our $GraphWidth = param ('width');
+our $Index = param ('index') || 0;
our $OutputFormat = 'PNG';
our $ContentType = 'image/png';
print "\$expires = $expires;\n";
}
-my $args = $obj->getRRDArgs (0);
+my $args = $obj->getRRDArgs (0 + $Index);
if ($Debug)
{