diff --git a/web/master/ping.php b/web/master/ping.php index 0317bc2cc0..35212c10e9 100644 --- a/web/master/ping.php +++ b/web/master/ping.php @@ -29,4 +29,10 @@ } sqlite_close( $db ); + + if (isset( $_REQUEST['new'])) + { + $games = file_get_contents("../games.txt"); + file_put_contents("../games.txt", $games + 1); + } ?> \ No newline at end of file