mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-20 03:49:43 +08:00
config
This commit is contained in:
@ -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>';
|
||||
}
|
Reference in New Issue
Block a user