Clean up CPC-GameReviews online checker

This commit is contained in:
Matt Nadareski
2016-03-18 02:26:44 -07:00
parent e1eadac755
commit e6f9efd904
2 changed files with 2 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ TODO: Retool existing onlinecheck.php files to follow the new format. 3) check c
TODO: VideopacNL uses a cookie to be able to access the board. This means you need to log in to the site and then copy the cookie as a param
TODO: Can we run all online checks in a coherent way (in series, that is)?
TODO: Once all checkers are certainly using the new table and found format, standardize $found and move to this file
TODO: Last updated - CPC-Crackers
TODO: Last updated - CPC-GameReviews
------------------------------------------------------------------------------------ */
ini_set('max_execution_time', 0); // Set the execution time to infinite. This is a bad idea in production.

View File

@@ -83,10 +83,7 @@ if (($handle = fopen($mainURL."00_table.csv", "r")) !== FALSE)
}
fclose($handle);
}
echo "<td>Found new: ".$new.", old: ".$old."</tr>\n";
echo "</table>\n";
echo "<td>Found new: ".$new.", old: ".$old."</tr>\n</table>\n";
if (sizeof($found) > 0)
{