summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorharrison%netscape.com <>1998-10-19 07:18:25 +0200
committerharrison%netscape.com <>1998-10-19 07:18:25 +0200
commit2b7812657fe6e4569586b189bf274b65071e5d90 (patch)
tree315152c4bfe93d60eba467a761c95e1207a8cae5 /query.cgi
parentc37177906c1b5e0dea58092529feb26a25ad48c1 (diff)
downloadbugzilla-2b7812657fe6e4569586b189bf274b65071e5d90.tar.gz
bugzilla-2b7812657fe6e4569586b189bf274b65071e5d90.tar.xz
created reports.cgi which provide an overview of active bugs
sorted by owner. updated README to reflect my experiences installing mysql, bugzilla. put links into index.html, query.cgi to point into reports.cgi. harrison 10/18/98
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 10d33143e..32ac5717d 100755
--- a/query.cgi
+++ b/query.cgi
@@ -264,6 +264,7 @@ if (defined $::COOKIE{"Bugzilla_login"}) {
}
print "<a href=changepassword.cgi>Change your password.</a><br>\n";
print "<a href=\"enter_bug.cgi\">Create a new bug.</a><br>\n";
+print "<a href=\"enter_bug.cgi\">Bug reports</a><br>\n";