debugging off by default
This commit is contained in:
parent
77b4bd8d46
commit
636b5fc119
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ if(empty($database_dsn) && !file_exists("config.php")) {
|
|||
require_once "config.php";
|
||||
|
||||
// set up and purify the environment
|
||||
define("DEBUG", true);
|
||||
define("COVERAGE", true);
|
||||
define("DEBUG", false);
|
||||
define("COVERAGE", false);
|
||||
define("CONTEXT", false);
|
||||
define("CACHE_MEMCACHE", false);
|
||||
define("CACHE_DIR", false);
|
||||
|
|
Reference in a new issue