web: tweaks

This commit is contained in:
David Anderson 2014-10-07 04:02:43 -07:00
parent 7d30866a34
commit 97706bf18d
2 changed files with 2 additions and 0 deletions

View File

@ -994,6 +994,7 @@ function join_url() {
}
if ($user) {
$x .= "&auth=".urlencode($user->authenticator);
$x .= "&user_name=".urlencode($user->name);
}
return $x;
}

View File

@ -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();