no message
This commit is contained in:
parent
f7c6d85247
commit
95433ec4c5
@ -30,7 +30,7 @@ final class Cron
|
||||
|
||||
echo "cron开始执行\n\n";
|
||||
|
||||
if ($h % 6 === 0 && $i % 3 === 0) {
|
||||
if ($h % 6 === 0 && $i === 3) {
|
||||
CronBook::randbox_notify();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user