X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=ffcdbfcdacd6a6015982a0e9f97491ea246738f9;hb=43cab39ea58529cd2442c28f4157bb7efc97856f;hp=4010c9ad1282dde96bc44633212de90b668362e4;hpb=54faeacf123066d257566a533da7107c8425785f;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 4010c9a..ffcdbfc 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -41,19 +41,30 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Sc ); -// Use of proxies isn't allowed. -if (is_proxy()) { - exit; -} +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); -header('Content-type: text/html; charset="utf-8"',true); -?> + // 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";?> - + + @@ -65,12 +76,11 @@ header('Content-type: text/html; charset="utf-8"',true); @@ -297,3 +307,6 @@ window.onload = function() { +