">

  • Hestia Control Panel "> ">  v
  • ()
">
 
$value) { ++$i; if ($data[$key]['STATE'] == 'running') { $status = 'active'; $action = 'stop'; $spnd_icon = 'fa-stop'; $state_icon = 'fa-circle-check icon-green'; } else { $status = 'suspended'; $action = 'start'; $spnd_icon = 'fa-play'; $state_icon = 'fa-circle-minus icon-red'; } if (in_array($key, $phpfpm)){ $edit_url="php"; } else { $edit_url=$key; } $cpu = $data[$key]['CPU'] / 10; $cpu = number_format($cpu, 1); if ($cpu == '0.0') $cpu = 0; ?>