chore(legacy): format code
This commit is contained in:
parent
da52f495b4
commit
63d9e430e1
33 changed files with 111 additions and 102 deletions
|
@ -80,8 +80,9 @@ class Application_Model_Systemstatus
|
|||
if ($pid->length == 0) {
|
||||
$data = $notRunning;
|
||||
}
|
||||
// running!
|
||||
} elseif ($status == 0) {
|
||||
}
|
||||
// running!
|
||||
elseif ($status == 0) {
|
||||
$data = $notMonitored;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue