X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=e71684276a7104a76213dae93f476ffca7a0e6ac;hb=2866ca461e9916336ef73fd199210955ab34cbb6;hp=b3126e30fd62ed0a88061c9015fdf6e834893c34;hpb=95fab8a421e10d8ed1174a76971bb585e81cc8a0;p=brisk.git diff --git a/web/index.php b/web/index.php index b3126e3..e716842 100644 --- a/web/index.php +++ b/web/index.php @@ -213,7 +213,7 @@ function carousel_top() return (sprintf('', $rn)); } -function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) +function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $cookie) { GLOBAL $G_with_donors, $G_donors_cur, $G_donors_all; GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; @@ -233,8 +233,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) unset ($table_idx); if (($table_token = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) unset ($table_token); - - + // Use of proxies isn't allowed. if (!$G_is_local && is_proxy($addr)) { return FALSE; @@ -862,7 +861,7 @@ supported by:
- + @@ -997,7 +996,7 @@ echo "$body"; ?> - + @@ -1057,7 +1056,7 @@ else { ?> sess = ""; -xstm = new xynt_streaming(window, 'iframe', null /* console*/ , gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); +xstm = new xynt_streaming(window, "", null /* console */, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); xstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb;