array( 'it' => 'Hai vinto l\'asta.
Scegli il seme:',
'en' => 'You win the auction.
Choose the seed:' ),
'tit_pref'=>array( 'it' => 'Preferenze.',
'en' => 'Preferences.'),
'itm_ringauc' => array('it' => 'riproduci un suono di notifica alla fine dell\' asta',
'en' => 'play a sound at the end of the auction'),
'btn_update' => array('it' => 'Aggiorna.',
'en' => 'Update.' )
);
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);
?>