yay
Build and push / Pulling repo on server (push) Successful in 2s Details

This commit is contained in:
Chris 2023-11-29 14:27:49 +01:00
parent f7a47dd91f
commit b9a628bee6
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@
if(count($a)>0)
$averagespeed = round(array_sum($a)/count($a),2);
$a = array_filter($sdata['errors']);
$a = $sdata['errors'];
if(count($a)>0)
$averageerrors = round(array_sum($a)/count($a),2);
$a = array_filter($sdata['refusals']);
$a = $sdata['refusals'];
if(count($a)>0)
$averagerefusals = round(array_sum($a)/count($a),2);