From e9fbe326e567e2914ca698ecb80128a16c4ff87f Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Fri, 24 Jul 2020 11:50:32 -0400 Subject: [PATCH] Update status.php --- admin/status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/status.php b/admin/status.php index 8254c8c..183a1bd 100644 --- a/admin/status.php +++ b/admin/status.php @@ -19,7 +19,7 @@ function secondsToDHMS($seconds) { $minutes = abs(round($left/$per_minute)); $human = secondsToDHMS($minutes*60); echo '

'.date('r').'

'.number_format($row_cnt).' out of '.number_format($expected).' '.$p.'% done

'; - echo "

$per_minute Per Minute

$left Rows Left

$human Left ($minutes minutes)

"; + echo "

$per_minute Per Minute

$left Rows Left

$human Left ($minutes minutes)

Complete Around: ".date('r',strtotime("+ $minutes minutes"))."

"; echo ''.$p.'% loaded'; } -- 2.20.1