Changed the name of the tag

This commit is contained in:
lfield 2018-12-03 13:25:21 +01:00 committed by GitHub
parent 0f21ee06fd
commit 8304a7b941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ function show_status_html($x) {
if ( isset($server_version) ) {
$url = "https://github.com/BOINC/boinc/tree/server_release/";
$url .= explode(".", $server_version)[0] . "." . explode(".", $server_version)[1] . "/" . "$server_version";
echo "Server version: <a href=\"" . $url . "\">$server_version</a> <br>";
echo "Upstream server release: <a href=\"" . $url . "\">$server_version</a> <br>";
}
if ($j->db_revision) {