fix processed offset

This commit is contained in:
ghost 2023-11-25 13:26:03 +02:00
parent 10b08215d0
commit 4c3038e733

View file

@ -70,7 +70,7 @@ $total = $yggo->query('SELECT COUNT(*) AS `total` FROM `hostPage`
AND `hostPage`.`mime` IS NOT NULL AND `hostPage`.`mime` IS NOT NULL
AND `hostPage`.`size` IS NOT NULL')->fetch()->total; AND `hostPage`.`size` IS NOT NULL')->fetch()->total;
$processed = 0; $processed = $start;
for ($i = 0; $i <= $total; $i++) for ($i = 0; $i <= $total; $i++)
{ {