This commit is contained in:
2022-01-12 14:14:42 +08:00
parent fd5859e21e
commit 96c9a58288
11 changed files with 158 additions and 34 deletions

View File

@ -4,7 +4,7 @@ exec("ps -ef | grep TowerOptoSifAndSpectral | grep -v grep",$output,$return);
//var_dump( $output);
if ( count($output)>0)
{
echo '<div style="width: 20px;height: 20px;background: green"></div>';
echo '<div style="width: 40px;height: 20px;background: green"></div>';
}else{
echo '<div style="width: 20px;height: 20px;background: red"></div>';
echo '<div style="width: 40px;height: 20px;background: red"></div>';
}