X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=f4fc60fcdda45992d2577b5afc25f640711beadb;hb=123416d979e44c2cf3403fffc23fe99c8d6d80d5;hp=b646609daad90bba09101eeb4ba5bc1dd377a783;hpb=27185d840648e6857ab197900e3cb11baf5a3692;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index b646609..f4fc60f 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -41,13 +41,23 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Sc ); -// Use of proxies isn't allowed. -if (is_proxy()) { - return (FALSE); -} +function bin5_index_main(&$header_out, $addr, $get, $post, $cookie) +{ + GLOBAL $G_lang, $mlang_bin5_index; + if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) + unset ($table_idx); + if (($laststate = gpcs_var('laststate', $get, $post, $cookie)) === FALSE) + unset ($laststate); + if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) + unset ($sess); + // Use of proxies isn't allowed. + // if (is_proxy()) { + // return (FALSE); + // } + // header('Content-type: text/html; charset="utf-8"',true); -?> + ?> Brisk - Tavolo <?php echo "$table_idx";?> @@ -78,13 +88,13 @@ if (is_proxy()) { var gst = new globst(); gst.st = ; + if (isset($laststate) == false) { + $laststate = -1; + } + echo $laststate; + ?>; var g_is_spawn=1; // var g_table_idx=; @@ -297,3 +307,6 @@ window.onload = function() { + \ No newline at end of file