From e3f08ce0aa95f67bd7d58d0b8aa65dbe0e3367d0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 2 Jul 2008 03:27:44 +0000 Subject: [PATCH] minor bugs fixed --- web/Obj/brisk.phh | 4 ++-- web/briskin5/index.php | 1 + web/index.php | 6 ++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index c0dadf9..c137918 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -75,9 +75,9 @@ require_once("$DOCUMENT_ROOT/Etc/".BRISK_CONF); $G_false = FALSE; $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "spawn-0.14.0"; +$G_brisk_version = "spawn-0.14.1"; -$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': input bug risolto, aggiunte le foto e le statistiche d\`uso - Beta7.', +$root_wellarr = Array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': input bug risolto, aggiunte le foto e le statistiche d\`uso - Beta7.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ); $table_wellarr = Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non può risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.'); diff --git a/web/briskin5/index.php b/web/briskin5/index.php index e4bb90a..df75a97 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -32,6 +32,7 @@ if (is_proxy()) { exit; } +header('Content-type: text/html; charset="utf-8"',true); ?> diff --git a/web/index.php b/web/index.php index 4f4a4f8..ee28405 100644 --- a/web/index.php +++ b/web/index.php @@ -299,12 +299,12 @@ $brisk_vertical_menu = ' @@ -326,6 +326,7 @@ supported by:

/* Templates. */ if ($ACTION == 'login') { + header('Content-type: text/html; charset="utf-8"',true); ?> @@ -402,6 +403,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.
-- 2.17.1