发布v2.5.5版本

This commit is contained in:
雨中磐石
2023-04-05 13:00:20 +08:00
parent bc69541c7b
commit 33ce4c6298
102 changed files with 570 additions and 280 deletions

View File

@@ -63,7 +63,7 @@ class runtAction extends ActionNot
if($this->runid > 0){
$state = 2;
$cont = ob_get_contents();
if($cont=='success')$state=1;
if(contain($cont,'success'))$state=1;
m('task')->update(array(
'lastdt' => $this->rock->now,
'lastcont' => $cont,