mirror of https://github.com/BOINC/boinc.git
- show "merge by name" only to owner
svn path=/trunk/boinc/; revision=13976
This commit is contained in:
parent
4aeee97d39
commit
334bb2a9b7
|
@ -85,6 +85,7 @@ if ($userid) {
|
|||
error_page("No such user");
|
||||
}
|
||||
$caching = true;
|
||||
|
||||
// At this point, we know that $userid, $show_all and $sort all have
|
||||
// valid values.
|
||||
//
|
||||
|
@ -133,9 +134,11 @@ if ($old_hosts>0) {
|
|||
more_or_less($show_all);
|
||||
}
|
||||
|
||||
if (!$userid) {
|
||||
echo "
|
||||
<a href=merge_by_name.php>Merge computers by name</a>
|
||||
";
|
||||
}
|
||||
|
||||
if ($caching) {
|
||||
page_tail(true);
|
||||
|
|
Loading…
Reference in New Issue