1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-19 19:51:34 +01:00

Optimize index and fix delete older checks from hist

This commit is contained in:
Kevin Puertas
2017-12-16 20:17:00 +01:00
parent 1be1751a3d
commit 344f837c30
24 changed files with 262 additions and 158 deletions

View File

@@ -37,4 +37,5 @@ $T_['HTTP_CODE'] = 'Http code';
$T_['VISIT_COUNT'] = 'Visit counter';
$T_['DATABASE'] = 'Database check';
$T_['add_grp_to_add_chk'] = 'Add a group for start adding checks';
$T_['view_hist'] = 'View history';
?>

View File

@@ -37,4 +37,5 @@ $T_['HTTP_CODE'] = 'Código HTTP';
$T_['VISIT_COUNT'] = 'Contador de visitas';
$T_['DATABASE'] = 'Conexión a base de datos';
$T_['add_grp_to_add_chk'] = 'Añade un grupo para empezar a añadir checks';
$T_['view_hist'] = 'Ver histórico';
?>