diff options
author | emkael <emkael@tlen.pl> | 2018-11-13 22:19:43 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-11-14 00:15:42 +0100 |
commit | 9e6bd1bd8eeb3aa9dd3ca43dbe7f798b88c46dd0 (patch) | |
tree | 72f2812979872c7f2373016aedb45d5c23acf3de /tdd/tdd-protocol.php | |
parent | 6a675104a9c61ff128fb46b0e471894c4423c1bb (diff) |
Compiling all PBN data into a dictionary and caching it
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 |