- web: don't show login stuff on server status page

svn path=/trunk/boinc/; revision=23505
This commit is contained in:
David Anderson 2011-05-05 14:51:10 +00:00
parent 5d1e4765a5
commit 0bafa188b0
2 changed files with 7 additions and 0 deletions

View File

@ -2786,3 +2786,9 @@ Charlie 5 May 2011
clientgui/
DlgAdvPreferences.cpp
David 5 May 2011
- web: don't show login stuff on server status page
html/inc/
util.inc

View File

@ -172,6 +172,7 @@ function page_head(
switch($title) { //kludge
case tra("Log in"):
case tra("Create an account"):
case tra("Server status page"):
break;
default:
show_login_info($prefix);