no message

This commit is contained in:
hellcat 2025-11-14 14:56:15 +08:00
parent 317fe568bf
commit c1e66bad5d

View File

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