white space fixes
This commit is contained in:
@@ -177,8 +177,8 @@
|
|||||||
// show DEBUG override
|
// show DEBUG override
|
||||||
// true/false
|
// true/false
|
||||||
$DEBUG_FLAG['<HOST NAME>'] = true;
|
$DEBUG_FLAG['<HOST NAME>'] = true;
|
||||||
// set postgresql paths (schemas)
|
// set postgresql paths (schemas)
|
||||||
$DB_PATH['<HOST NAME>'] = PUBLIC_SCHEMA;
|
$DB_PATH['<HOST NAME>'] = PUBLIC_SCHEMA;
|
||||||
|
|
||||||
// set the USE_DATABASE var, if there is nothing set, we assume TRUE
|
// set the USE_DATABASE var, if there is nothing set, we assume TRUE
|
||||||
$USE_DATABASE = defined('USE_DATABASE') ? USE_DATABASE : true;
|
$USE_DATABASE = defined('USE_DATABASE') ? USE_DATABASE : true;
|
||||||
|
|||||||
Reference in New Issue
Block a user