summaryrefslogtreecommitdiffstats
path: root/chart.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'chart.cgi')
-rwxr-xr-xchart.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart.cgi b/chart.cgi
index 321c867fe..bc25d52e9 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -286,8 +286,7 @@ sub wrap {
$vars->{'time'} = time();
$vars->{'imagebase'} = $cgi->canonicalise_query(
- "action", "action-wrap", "ctype", "format", "width", "height",
- "Bugzilla_login", "Bugzilla_password");
+ "action", "action-wrap", "ctype", "format", "width", "height");
print $cgi->header();
$template->process("reports/chart.html.tmpl", $vars)