From 15d64a141d65abceb973f6df4a5065f441b01965 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 21 Nov 2012 11:18:26 +0100 Subject: [PATCH] wrong Location definition (double header) fixed and version updated --- web/Obj/brisk.phh | 4 ++-- web/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 733b5fa..4f304e4 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -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.'), NOVITA\': 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.'), NOVITA\': 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 Mailing List, cliccala!' ), 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: usage of reader/writer locking instead of generic exclusive locking.', 'If you want to subscribe our Mailing List, click it!' ) ); diff --git a/web/index.php b/web/index.php index e716842..5ed0bd3 100644 --- a/web/index.php +++ b/web/index.php @@ -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; } -- 2.17.1