X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=7b3e6d27926b4fb75632c0cacd7a4288d02a6c51;hb=6e77afdc4d237f78495ca70fdc82d1059d94643f;hp=2e5c5a066067d10225a6ee5f22832543bd9fb063;hpb=8e2dd2d0326cd960560d55cd405c02825d4254d2;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 2e5c5a0..7b3e6d2 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -100,7 +100,7 @@ window.onload = function() { preferences_update(); sess = ""; - hstm = new http_streaming(gst, 'table_php', 'sess', $('sandbox'), 'index_rd.php'); + hstm = new http_streaming(gst, 'table_php', 'sess', $('sandbox'), 'index_rd.php', function(com){eval(com);}); hstm.hbit_set(heartbit); window.onbeforeunload = onbeforeunload_cb;