Make it easier to start on the right place if the user cancels

This commit is contained in:
Matt Nadareski
2016-04-01 17:40:59 -07:00
parent 00c718b03a
commit 7485a32c96

View File

@@ -129,7 +129,7 @@ for ($i = $start; /*$i < $start + 50 &&*/ $i < sizeof($vals); $i++)
ob_flush(); flush();
sleep(10);
echo ("Retrieving file information for ".$id."\n");
echo ($i.": Retrieving file information for ".$id."\n");
$filename = "http://datomatic.no-intro.org/index.php?page=show_record&s=".$system."&n=".$id;
$query = implode("", file($filename));