no message
This commit is contained in:
parent
317fe568bf
commit
c1e66bad5d
@ -33,6 +33,10 @@ class Cron extends Base {
|
|||||||
|
|
||||||
$oServicesCron = new ServicesCron();
|
$oServicesCron = new ServicesCron();
|
||||||
|
|
||||||
|
$oServicesCron->setTestH = 0;
|
||||||
|
$oServicesCron->setTestI = 0;
|
||||||
|
$oServicesCron->setTestS = 0;
|
||||||
|
|
||||||
if ($sType == "h") {
|
if ($sType == "h") {
|
||||||
$oServicesCron->setTestH($sValue);
|
$oServicesCron->setTestH($sValue);
|
||||||
} else if ($sType == "i") {
|
} else if ($sType == "i") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user