mirror of https://github.com/BOINC/boinc.git
web: fix DISABLE_BADGES warning
This commit is contained in:
parent
bbedf8d69f
commit
73d6012003
|
@ -47,6 +47,9 @@ if (!defined('DISABLE_FORUMS')) {
|
||||||
if (!defined('DISABLE_TEAMS')) {
|
if (!defined('DISABLE_TEAMS')) {
|
||||||
define('DISABLE_TEAMS', false);
|
define('DISABLE_TEAMS', false);
|
||||||
}
|
}
|
||||||
|
if (!defined('DISABLE_BADGES')) {
|
||||||
|
define('DISABLE_BADGES', false);
|
||||||
|
}
|
||||||
|
|
||||||
$caching = false;
|
$caching = false;
|
||||||
// if set, we're writing to a file rather than to client
|
// if set, we're writing to a file rather than to client
|
||||||
|
|
Loading…
Reference in New Issue