summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-30 09:05:24 +0200
committerterry%netscape.com <>1998-09-30 09:05:24 +0200
commit798044275be99053ebf51ca146ce6426b9f5cb80 (patch)
tree13e7c31f25d1bd0823114a045832bd8d7b3a9332 /query.cgi
parent0738603c1f499211b0bf4b0646eb2dd4ae1a30fe (diff)
downloadbugzilla-798044275be99053ebf51ca146ce6426b9f5cb80.tar.gz
bugzilla-798044275be99053ebf51ca146ce6426b9f5cb80.tar.xz
Added admin page for changing of default owners (code by Sam Ziegler <sam@ziegler.org>)
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 a8efd1fed..5afafeaf4 100755
--- a/query.cgi
+++ b/query.cgi
@@ -260,6 +260,7 @@ print "
if (defined $::COOKIE{"Bugzilla_login"}) {
if ($::COOKIE{"Bugzilla_login"} eq Param("maintainer")) {
print "<a href=editparams.cgi>Edit Bugzilla operating parameters</a><br>\n";
+ print "<a href=editowners.cgi>Edit Bugzilla component owners</a><br>\n";
}
print "<a href=relogin.cgi>Log in as someone besides <b>$::COOKIE{'Bugzilla_login'}</b></a><br>\n";
}