X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;fp=web%2Fbriskin5%2Findex.php;h=2e5c5a066067d10225a6ee5f22832543bd9fb063;hb=8e2dd2d0326cd960560d55cd405c02825d4254d2;hp=7ee4a331e006f2deec2aa2b5ec1bb5231a617925;hpb=82602601a4300006e470e92cb44f18844a656a44;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 7ee4a33..2e5c5a0 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -71,7 +71,6 @@ header('Content-type: text/html; charset="utf-8"',true); var stat = "table"; var subst = "none"; var table_pos = ""; - var myfrom = "table_php"; var g_withflash = false; var asta_ptr; @@ -101,7 +100,7 @@ window.onload = function() { preferences_update(); sess = ""; - hstm = new http_streaming("sess", $('sandbox')); + hstm = new http_streaming(gst, 'table_php', 'sess', $('sandbox'), 'index_rd.php'); hstm.hbit_set(heartbit); window.onbeforeunload = onbeforeunload_cb;