wrong Location definition (double header) fixed and version updated v4.1.1
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 21 Nov 2012 10:18:26 +0000 (11:18 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 21 Nov 2012 10:23:52 +0000 (11:23 +0100)
web/Obj/brisk.phh
web/index.php

index 733b5fa..4f304e4 100644 (file)
@@ -140,10 +140,10 @@ $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.1.0";
+$G_brisk_version = "4.1.1";
 
 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
-$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: adottato sac-a-push come motore per l\'invio dei dati in tempo reale, nuovo trasporto httpfile per explorer.',
+$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: adottato sac-a-push come motore per l\'invio dei dati in tempo reale, nuovo trasporto httpfile per explorer, tanti bug fixati.',
                                        'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ),
                        'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: usage of reader/writer locking instead of generic exclusive locking.',
                                        'If you want to subscribe our <a target="_blank" href="ml-briscola+subscribe@milug.org">Mailing List</a>, click it!' ) );
index e716842..5ed0bd3 100644 (file)
@@ -296,7 +296,7 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo
                   $cookies->add("table_token", $user->table_token, $curtime + 31536000);
                   $cookies->add("table_idx", $user->table, $curtime + 31536000);
                   $header_out['cookies'] = $cookies;
-                  $header_out['Location'] = "Location: briskin5/index.php";
+                  $header_out['Location'] = "briskin5/index.php";
                   return TRUE;
               }