X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=90f6e05013892b2a29b826b224dc941efb1ca9fd;hb=1772d953a09873d0deefe599985927ebbe801a65;hp=80bc798734a16aaa081a7758da2cb01d403cb2c6;hpb=c7ea164705798e0487508067997fb06420c9ef0c;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 80bc798..90f6e05 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,32 @@ function bin5_index_main($transp_type, &$header_out, $addr, $get, $post, $cookie ?> + Brisk - Tavolo <?php echo "$table_idx";?> - - - - - - - - - - + + + + + + + + + +