mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-22 04:54:06 +01:00
README.md to V0.9.2
This commit is contained in:
@@ -43,8 +43,8 @@ while ($onechk = dbw_fetch_array($db_conn,$results)){
|
||||
$chks[$idchk]['uptime'] = getUptime($idchk);
|
||||
}
|
||||
list($chks[$idchk]['statusText'],$chks[$idchk]['statusColor']) = getStatus($idchk);
|
||||
}else{
|
||||
$chks[$idchk]['uptime'] = -1; //Anything collected yet
|
||||
}else{ //If nothing collected yet
|
||||
$chks[$idchk]['uptime'] = -1; // -1 is nothing in twig page
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user