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

Cron fixes

This commit is contained in:
2018-01-09 09:35:44 +01:00
parent 374bd97a91
commit 8b86e38361
3 changed files with 22 additions and 18 deletions

View File

@@ -16,7 +16,6 @@ function checkUptime($db_conn,$ID_C,$precision = 0){
$count++;
$err += $fila['code'];
}
echo $count."-";
if ($count == 0){
return '-1'; //No registers
}else{