Add php files
This commit is contained in:
11
modules/Schedulers/test.php
Executable file
11
modules/Schedulers/test.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
die();
|
||||
require_once 'modules/Schedulers/Monitoring.php';
|
||||
$EcmSysInfo = new EcmSysInfo ();
|
||||
|
||||
if ($EcmSysInfo->getDatabaseName () == 'preDb_7561b7965a2f9cebf2cbca60a9a07064') {
|
||||
new Monitoring ();
|
||||
}
|
||||
|
||||
return true;
|
||||
?>
|
||||
Reference in New Issue
Block a user