X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=359cc5f3d0cbcc2f5267e853cb205b5945964959;hb=7267989c70313d31af67a8827f4ab020456e5f6d;hp=85d8dda9f9026205b99afda88ab68d05e07bcc81;hpb=2322125fc5af2cf90c0434d3b603ff023c8c41b5;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 85d8dda..359cc5f 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -154,7 +154,7 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "4.18.3"; +$G_brisk_version = "4.18.5"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': Puffin riattivato, accessi da cloud disattivati, corretto bug sulla gestione di puffin, riabilitato blocco dei proxy.', @@ -964,6 +964,7 @@ define('GHOST_SESS_REAS_ANOT', 2); // another user get session define('GHOST_SESS_REAS_TOUT', 3); // room timeout define('GHOST_SESS_REAS_TTOT', 4); // table timeout define('GHOST_SESS_REAS_ANON', 5); // anonymizer access +define('GHOST_SESS_REAS_PROX', 6); // proxy access class GhostSessEl {