X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=b646609daad90bba09101eeb4ba5bc1dd377a783;hb=27185d840648e6857ab197900e3cb11baf5a3692;hp=6a0b9e1ac04d71e1e81c10e2277d0df1b60f9a15;hpb=5b549f2fc0c370d91ce2ea2d6719a85ea1489b9c;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 6a0b9e1..b646609 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -43,17 +43,18 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Sc // Use of proxies isn't allowed. if (is_proxy()) { - exit; + return (FALSE); } -header('Content-type: text/html; charset="utf-8"',true); +// header('Content-type: text/html; charset="utf-8"',true); ?> Brisk - Tavolo <?php echo "$table_idx";?> - + + @@ -70,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; @@ -100,13 +100,13 @@ window.onload = function() { preferences_update(); sess = ""; - hstm = new http_streaming("sess"); - hstm.hbit_set(hbit); + hstm = new http_streaming(window, console, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); + hstm.hbit_set(heartbit); window.onbeforeunload = onbeforeunload_cb; window.onunload = onunload_cb; - hstm.start(sess); + hstm.start(); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); }