no message

This commit is contained in:
hellcat 2025-11-14 14:57:40 +08:00
parent c1e66bad5d
commit 0b999804fe

View File

@ -33,9 +33,9 @@ class Cron extends Base {
$oServicesCron = new ServicesCron(); $oServicesCron = new ServicesCron();
$oServicesCron->setTestH = 0; $oServicesCron->setTestH(0);
$oServicesCron->setTestI = 0; $oServicesCron->setTestI(0);
$oServicesCron->setTestS = 0; $oServicesCron->setTestS(0);
if ($sType == "h") { if ($sType == "h") {
$oServicesCron->setTestH($sValue); $oServicesCron->setTestH($sValue);