BASE . LOG,
'log_file_id' => $LOG_FILE_ID,
'log_per_date' => true,
]);
$PAGE_NAME = 'TEST CLASS: CONFIG DIRECT';
print "";
print "
" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
print "DIR: " . DIR . "
";
print "BASE: " . BASE . "
";
print "ROOT: " . ROOT . "
";
print "BASE NAME: " . BASE_NAME . "
";
echo "Config path prefix: " . ($CONFIG_PATH_PREFIX ?? '') . "
";
print "DB Name: " . DB_CONFIG_NAME . "
";
print "DB Config: " . \CoreLibs\Debug\Support::printAr(DB_CONFIG) . "
";
print "";
// __END__