mirror of https://github.com/BOINC/boinc.git
web: tweaks
This commit is contained in:
parent
7d30866a34
commit
97706bf18d
|
@ -994,6 +994,7 @@ function join_url() {
|
|||
}
|
||||
if ($user) {
|
||||
$x .= "&auth=".urlencode($user->authenticator);
|
||||
$x .= "&user_name=".urlencode($user->name);
|
||||
}
|
||||
return $x;
|
||||
}
|
||||
|
|
|
@ -108,6 +108,7 @@ function main() {
|
|||
if (!rename("temp.xml", "/home/boincadm/boinc/doc/boinc_teams.xml")) {
|
||||
echo "Rename failed\n";
|
||||
}
|
||||
echo "------------ Finished at ".time_str(time())."-------\n";
|
||||
}
|
||||
|
||||
main();
|
||||
|
|
Loading…
Reference in New Issue