mirror of https://github.com/BOINC/boinc.git
- client: fix bug in [23431]
svn path=/trunk/boinc/; revision=23469
This commit is contained in:
parent
dc222e1cfe
commit
51e19988f2
|
@ -2584,3 +2584,9 @@ David 26 Apr 2011
|
|||
|
||||
html/user/
|
||||
forum_reply.php
|
||||
|
||||
David 26 Apr 2011
|
||||
- client: fix bug in [23431]
|
||||
|
||||
client/
|
||||
client_types.cpp
|
||||
|
|
|
@ -374,7 +374,7 @@ int PROJECT::write_state(MIOFILE& out, bool gui_rpc) {
|
|||
" <sched_rpc_pending>%d</sched_rpc_pending>\n"
|
||||
" <send_time_stats_log>%d</send_time_stats_log>\n"
|
||||
" <send_job_log>%d</send_job_log>\n"
|
||||
"%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
|
||||
"%s%s%s%s%s%s%s%s%s%s%s%s%s",
|
||||
master_url,
|
||||
project_name,
|
||||
symstore,
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
Header("Location: http://boinc.berkeley.edu/dev/sim_web.php");
|
||||
exit;
|
||||
require_once("docutil.php");
|
||||
|
||||
function show_form() {
|
||||
|
|
Loading…
Reference in New Issue