debugging off by default
This commit is contained in:
parent
77b4bd8d46
commit
636b5fc119
@ -57,8 +57,8 @@ if(empty($database_dsn) && !file_exists("config.php")) {
|
|||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
|
|
||||||
// set up and purify the environment
|
// set up and purify the environment
|
||||||
define("DEBUG", true);
|
define("DEBUG", false);
|
||||||
define("COVERAGE", true);
|
define("COVERAGE", false);
|
||||||
define("CONTEXT", false);
|
define("CONTEXT", false);
|
||||||
define("CACHE_MEMCACHE", false);
|
define("CACHE_MEMCACHE", false);
|
||||||
define("CACHE_DIR", false);
|
define("CACHE_DIR", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user