Adding title to query result

git-svn-id: svn://10.0.0.236/trunk@109999 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 2001-12-07 11:31:10 +00:00
parent 94afde533d
commit 7e92f8898a

View File

@ -79,8 +79,9 @@ sub show_graph {
# HTTP header
print "Content-type: text/html\n\n<HTML>\n";
my $neg_autoscale = !$AUTOSCALE;
print "<title>$TBOX $TESTNAME</title><br>\n";
my $neg_autoscale = !$AUTOSCALE;
print "<a href=\"query.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$neg_autoscale&days=$DAYS\">autoscale</a><br>\n";