1
0

some debugging

This commit is contained in:
2022-09-09 18:55:29 +02:00
parent d056f2baa1
commit 9096f059c3
2 changed files with 3 additions and 3 deletions

View File

@ -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)
{