From d568d9e85abd61f9e881de8ec06c166d69cd543b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Fri, 28 Nov 2014 09:10:15 +0100 Subject: [PATCH] version update --- doc/testplan.txt | 2 +- web/Obj/brisk.phh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/testplan.txt b/doc/testplan.txt index 467bf58..3870394 100644 --- a/doc/testplan.txt +++ b/doc/testplan.txt @@ -22,4 +22,4 @@ table - info - points - a monte - + - exit without agreement diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index eeac879..54d39f4 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -153,12 +153,12 @@ $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.15.0"; +$G_brisk_version = "4.16.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': primo passo per rendere più robusto il sistema di notifica.', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': rifattorizzazione del motore di Brisk e messaggio di uscita.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), - 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: new users subscription system, refactored sidebanner system.', + 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: engine refactoring and logout message.', 'If you want to subscribe our Mailing List, click it!' ) ); $G_room_help = array( 'it' => ' @@ -983,7 +983,7 @@ class Client_prefs { } } -define('GHOST_SESS_TOUT', 300); +define('GHOST_SESS_TOUT', 1800); define('GHOST_SESS_REAS_LOUT', 1); // logout define('GHOST_SESS_REAS_ANOT', 2); // another user get session define('GHOST_SESS_REAS_TOUT', 3); // room timeout -- 2.17.1