From 809cb505ca6a85558d88140f7c9dbadbf82b080e Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 20 Aug 2013 08:50:53 +0200 Subject: [PATCH] add 'plain' encoding for websocket during the match too --- web/briskin5/Obj/briskin5.phh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index f45b210..8388df8 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1211,6 +1211,11 @@ class Bin5 { break; case "index_rd_ifra.php": + if (($transp = gpcs_var('transp', $get, $post, $cookie)) === FALSE) + $transp = "iframe"; + if ($transp == 'websocket') + $enc = 'plain'; + do { if (!isset($table_idx) || !isset($table_token) -- 2.17.1