1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-06-14 04:06:19 +02: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
+1
View File
@@ -6,6 +6,7 @@ define('T_ENGVERSION',1);
$T_['statdif1'] = 'Status of different checks';
$T_['name'] = 'Name';
$T_['status'] = 'Status';
$T_['status_uptime'] = 'Status (Uptime)';
$T_['failed'] = 'Failed';
$T_['last_check'] = 'Last check';
$T_['last_err'] = 'Last error';