WIP: ecommerce
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user