X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=d4159f1a227e3c75b47798d1c6816136b0cc197d;hb=028592d3d195d45f0e19d324c7d7c029a06d0a0c;hp=80bc798734a16aaa081a7758da2cb01d403cb2c6;hpb=c7ea164705798e0487508067997fb06420c9ef0c;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 80bc798..d4159f1 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -46,9 +46,13 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Sc ); -function bin5_index_main($transp_type, &$header_out, $addr, $get, $post, $cookie) +function bin5_index_main($transp_type, $header, &$header_out, $addr, $get, $post, $cookie) { GLOBAL $G_lang, $mlang_bin5_index; + + $transp_port = ((array_key_exists("X-Forwarded-Proto", $header) && + $header["X-Forwarded-Proto"] == "https") ? 443 : 80); + if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) unset ($table_idx); if (($laststate = gpcs_var('laststate', $get, $post, $cookie)) === FALSE) @@ -60,28 +64,29 @@ function bin5_index_main($transp_type, &$header_out, $addr, $get, $post, $cookie ?> + Brisk - Tavolo <?php echo "$table_idx";?> - - - - - - - - - - + + + + + + + + +