off by default
This commit is contained in:
parent
bdcca24f8d
commit
03d73f6ce2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
// set up and purify the environment
|
||||
define("DEBUG", true);
|
||||
define("CACHE", true);
|
||||
define("CACHE", false);
|
||||
define("SCORE_VERSION", 's2hack');
|
||||
define("VERSION", 'trunk');
|
||||
|
||||
|
|
Reference in a new issue