diff options
Diffstat (limited to 'tdd/tdd-protocol.php')
-rw-r--r-- | tdd/tdd-protocol.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdd/tdd-protocol.php b/tdd/tdd-protocol.php index 3dcc0d8..7130599 100644 --- a/tdd/tdd-protocol.php +++ b/tdd/tdd-protocol.php @@ -6,6 +6,8 @@ $board = (int)$_GET['board']; require_once('tdd-bootstrap.php'); +refresh_board_database(); + $protocol = new Protocol($prefix, $round, $board); // security check |