X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=b646609daad90bba09101eeb4ba5bc1dd377a783;hb=10aaf5871fe0fec286715d1799ccaa1cd018acf0;hp=2e5c5a066067d10225a6ee5f22832543bd9fb063;hpb=8e2dd2d0326cd960560d55cd405c02825d4254d2;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 2e5c5a0..b646609 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -43,10 +43,10 @@ $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); ?> @@ -54,7 +54,7 @@ header('Content-type: text/html; charset="utf-8"',true); - + @@ -100,13 +100,13 @@ window.onload = function() { preferences_update(); sess = ""; - hstm = new http_streaming(gst, 'table_php', 'sess', $('sandbox'), 'index_rd.php'); + 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); }