|HTM_CONFIG|
|$|SK_PHP|
getServices();
?>
|LANG_SERVER_STATUS|
- |LANG_SERVICES_LOAD|uptime(true);?>
1) {
foreach($servArr as $service => $val) {
if(trim($val)=='on') {
$img = '
';
} else {
$img = '
';
}
echo '- '.ucfirst($service).''.$img.'
';
}
}
?>
DONE|