Client spamming server hotfix

svn path=/trunk/boinc/; revision=3701
This commit is contained in:
Rom Walton 2004-06-26 02:54:52 +00:00
parent 5908007aca
commit c506d14615
4 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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"

View File

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