1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-14 17:21:35 +01:00

View uptime in index page

This commit is contained in:
Kevin Puertas
2017-11-04 18:58:17 +01:00
parent 3574ecf257
commit 1be1751a3d
5 changed files with 11 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ while ($onechk = dbw_fetch_array($db_conn,$results)){
$ID_TC = $chks[$idchk]['ID_TC'];
$chks[$idchk]['nameCheck'] = textTypeChk($T_,$ID_TC);
$chks[$idchk]['uptime'] = checkUptime($db_conn,$ID_C);
}
break;