X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=80bc798734a16aaa081a7758da2cb01d403cb2c6;hb=fd07ee7fe6eb1e0193fe878bfc49a9071f1ad8d2;hp=1e0ba3bb5fef01875001d11c05f5078880533ea4;hpb=c644dac2f1cf3ec13c0f1149f4c60e45cf4401be;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 1e0ba3b..80bc798 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -27,13 +27,18 @@ $G_base = "../"; require_once("../Obj/brisk.phh"); -require_once("../Obj/proxyscan.phh"); require_once("Obj/briskin5.phh"); $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Scegli il seme:', 'en' => 'You win the auction.
Choose the seed:' ), - 'tit_pref'=>array( 'it' => 'Preferenze.', - 'en' => 'Preferences.'), + 'tit_info' => array( 'it' => 'Info', + 'en' => 'Info'), + 'tit_relo' => array( 'it' => 'Reload', + 'en' => 'Reload'), + 'tit_out' => array( 'it' => 'Fuori', + 'en' => 'Out'), + 'tit_pref' => array( 'it' => 'Prefs', + 'en' => 'Prefs'), '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.', @@ -41,7 +46,7 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Sc ); -function bin5_index_main(&$header_out, $addr, $get, $post, $cookie) +function bin5_index_main($transp_type, &$header_out, $addr, $get, $post, $cookie) { GLOBAL $G_lang, $mlang_bin5_index; if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) @@ -51,11 +56,6 @@ function bin5_index_main(&$header_out, $addr, $get, $post, $cookie) 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); ?> @@ -64,7 +64,7 @@ function bin5_index_main(&$header_out, $addr, $get, $post, $cookie) - + @@ -76,7 +76,7 @@ function bin5_index_main(&$header_out, $addr, $get, $post, $cookie)