some debugging
This commit is contained in:
@ -12,9 +12,9 @@ class db extends mysqli
|
||||
|
||||
function __construct()
|
||||
{
|
||||
global $testMode, $confDir;
|
||||
global $testMode, $configDir;
|
||||
|
||||
require_once $confDir . "/dbConfig.php";
|
||||
require_once $configDir . "/dbConfig.php";
|
||||
$flagError = false;
|
||||
if ($testMode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user