From: Matteo Nastasi (mop) Date: Sun, 23 Sep 2007 15:45:46 +0000 (+0000) Subject: number of tables = 12 X-Git-Tag: 3.0.0~244 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=22476b3bfccf24c1efdd58d5ab97a7ef0fdf9162;p=brisk.git number of tables = 12 --- diff --git a/web/brisk.phh b/web/brisk.phh index 8822edc..53512be 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -22,7 +22,7 @@ define(FTOK_PATH, "/var/lib/brisk"); define(LEGAL_PATH, "/tmp/legal_brisk"); define(PROXY_PATH, "/var/lib/brisk_proxy"); -define(TABLES_N, 8); +define(TABLES_N, 12); define(PLAYERS_N, 3); define(MAX_POINTS, 5); define(MAX_PLAYERS, (20 + (PLAYERS_N * TABLES_N)));