WIP: ecommerce

This commit is contained in:
2025-10-06 07:13:09 +00:00
parent e6d9326872
commit 7200d0e6af
4 changed files with 16 additions and 13 deletions

View File

@@ -1,11 +1,4 @@
<?php
die();
require_once 'modules/Schedulers/Monitoring.php';
$EcmSysInfo = new EcmSysInfo ();
if ($EcmSysInfo->getDatabaseName () == 'preDb_7561b7965a2f9cebf2cbca60a9a07064') {
new Monitoring ();
}
return true;
?>
$logger = $GLOBALS['log'];
$logger->debug('test');
echo 'test';