mirror of https://github.com/BOINC/boinc.git
- web: server_status.php is not an ops page
svn path=/trunk/boinc/; revision=22381
This commit is contained in:
parent
82c80f73be
commit
e4763dc759
|
@ -6654,3 +6654,10 @@ David 16 Sept 2010
|
||||||
|
|
||||||
html/inc/
|
html/inc/
|
||||||
pm.inc
|
pm.inc
|
||||||
|
|
||||||
|
David 16 Sept 2010
|
||||||
|
- web: server_status.php is not an ops page
|
||||||
|
|
||||||
|
html/user/
|
||||||
|
server_status.php
|
||||||
|
David 16 Sept 2010
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
require_once("../inc/util_ops.inc");
|
require_once("../inc/util.inc");
|
||||||
require_once("../inc/xml.inc");
|
require_once("../inc/xml.inc");
|
||||||
require_once("../inc/cache.inc");
|
require_once("../inc/cache.inc");
|
||||||
require_once("../inc/translation.inc");
|
require_once("../inc/translation.inc");
|
||||||
|
|
|
@ -491,7 +491,7 @@ static bool scan_work_array(vector<DB_WORK_ITEM> &work_items) {
|
||||||
struct stat s;
|
struct stat s;
|
||||||
char buf[256];
|
char buf[256];
|
||||||
sprintf(buf, "/proc/%d", pid);
|
sprintf(buf, "/proc/%d", pid);
|
||||||
log_messages.printf(MSG_NORMAL, "checking pid %d", pid);
|
log_messages.printf(MSG_NORMAL, "checking pid %d\n", pid);
|
||||||
if (stat(buf, &s)) {
|
if (stat(buf, &s)) {
|
||||||
wu_result.state = WR_STATE_PRESENT;
|
wu_result.state = WR_STATE_PRESENT;
|
||||||
log_messages.printf(MSG_NORMAL,
|
log_messages.printf(MSG_NORMAL,
|
||||||
|
|
Loading…
Reference in New Issue