From 9e6bd1bd8eeb3aa9dd3ca43dbe7f798b88c46dd0 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 13 Nov 2018 22:19:43 +0100 Subject: Compiling all PBN data into a dictionary and caching it --- tdd/tdd-protocol.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tdd/tdd-protocol.php') 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 -- cgit v1.2.3