summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/common-links.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-03-02 00:42:51 +0100
committermkanat%bugzilla.org <>2009-03-02 00:42:51 +0100
commit60900705412d6512db3eb8bae39da50fc5400a7d (patch)
tree5f35c42527f2514c043deb099ef2eac90b311594 /template/en/default/global/common-links.html.tmpl
parentb4ab958823eaf0cddb1ce15f8af9ed7539b300cf (diff)
downloadbugzilla-60900705412d6512db3eb8bae39da50fc5400a7d.tar.gz
bugzilla-60900705412d6512db3eb8bae39da50fc5400a7d.tar.xz
Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global/common-links.html.tmpl')
-rw-r--r--template/en/default/global/common-links.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 6f2c46f46..5c4e9d9a5 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -68,7 +68,7 @@
<li>
<span class="separator">| </span>
[% IF user.authorizer.can_logout %]
- <a href="relogin.cgi">Log&nbsp;out</a>
+ <a href="index.cgi?logout=1">Log&nbsp;out</a>
[% ELSE %]
Logged&nbsp;in&nbsp;as
[% END %]