From 52c0fa9acf2a28e0fd0f817fef8cc49c850f0580 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 16 Jul 2017 17:13:15 +0200 Subject: [PATCH] port of on-the-fly fixes on production site --- web/briskin5/index_wr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index a80a554..e4d5af7 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -189,7 +189,7 @@ function bin5_index_wr_main(&$bin5, $remote_addr_full, $get, $post, $cookie) if ($user->table_pos != $index_cur || !$table->asta_pla[$index_cur]) { // FIXME_LANG - $ret_s = 'grave inconsistenza'; + // $ret_s = 'grave inconsistenza'; break; } -- 2.17.1