no message
This commit is contained in:
parent
0e845c62c3
commit
80ad02bd80
@ -61,7 +61,8 @@ class CronController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 暂停
|
// 暂停
|
||||||
$option = Option::where("type", "pause")->first();
|
// $option = Option::where("type", "pause")->first();
|
||||||
|
$option = Option::_hit("pause");
|
||||||
$isPause = $option ? $option->value : null;
|
$isPause = $option ? $option->value : null;
|
||||||
if ($isPause == 1 && $isTest !== 1) {
|
if ($isPause == 1 && $isTest !== 1) {
|
||||||
exit("暂停");
|
exit("暂停");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user