mirror of https://github.com/BOINC/boinc.git
Client spamming server hotfix
svn path=/trunk/boinc/; revision=3701
This commit is contained in:
parent
5908007aca
commit
c506d14615
|
@ -14159,3 +14159,9 @@ Rom 25 June 2004
|
|||
en_US.*
|
||||
sched/
|
||||
transitioner.C
|
||||
|
||||
Rom 25 June 2004
|
||||
- Add the ability to just shutdown the website so we can reduce traffic
|
||||
|
||||
html/inc/
|
||||
util.inc
|
||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: BOINC Manager 3.x\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2004-06-25 12:21-0800\n"
|
||||
"PO-Revision-Date: 2004-06-25 16:07-0800\n"
|
||||
"Last-Translator: Rom Walton <rwalton@ssl.berkeley.edu>\n"
|
||||
"Language-Team: BOINC Development Team <rwalton@ssl.berkeley.edu>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -412,6 +412,7 @@ function format_credit($cobblestones) {
|
|||
}
|
||||
|
||||
function project_is_stopped() {
|
||||
if (file_exists("../../stop_web")) return true;
|
||||
if (file_exists("../../stop_sched")) return true;
|
||||
if (file_exists("../../stop_daemons")) return true;
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue