]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
add 'plain' encoding for websocket during the match too
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 20 Aug 2013 06:50:53 +0000 (08:50 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 20 Aug 2013 06:50:53 +0000 (08:50 +0200)
web/briskin5/Obj/briskin5.phh

index f45b210c28d39ec96a03d18152499b48d0299149..8388df8cc207070960f3da93c815be387787f9c4 100644 (file)
@@ -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)