CoreLibs update

This commit is contained in:
Clemens Schwaighofer
2026-01-06 18:22:17 +09:00
parent 4b015505ff
commit 40e6444c2a
50 changed files with 3216 additions and 709 deletions

View File

@@ -2,12 +2,9 @@
declare(strict_types=1);
$DEBUG_ALL_OVERRIDE = 0; // set to 1 to debug on live/remote server locations
$DEBUG_ALL = 1;
$PRINT_ALL = 1;
$DB_DEBUG = 1;
$DEBUG_LEVEL = \CoreLibs\Logging\Logger\Level::Debug;
if ($DEBUG_ALL) {
if ($DEBUG_LEVEL->name == 'Debug') {
error_reporting(E_ALL);
}