X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=1e0ba3bb5fef01875001d11c05f5078880533ea4;hb=c644dac2f1cf3ec13c0f1149f4c60e45cf4401be;hp=a3fb80ac0883d76b462314f97ba7c42d4fe9df7e;hpb=fa82ba0deaaab26b5b9efe37c392a34cbec50a66;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index a3fb80a..1e0ba3b 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -2,7 +2,7 @@ /* * brisk - briskin5/index.php * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -24,6 +24,8 @@ /* MLANG: le img dell'asta */ +$G_base = "../"; + require_once("../Obj/brisk.phh"); require_once("../Obj/proxyscan.phh"); require_once("Obj/briskin5.phh"); @@ -39,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";?> - + + @@ -62,27 +75,26 @@ header('Content-type: text/html; charset="utf-8"',true);
@@ -294,3 +309,6 @@ window.onload = function() { +