minor bugs fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 2 Jul 2008 03:27:44 +0000 (03:27 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 2 Jul 2008 03:27:44 +0000 (03:27 +0000)
web/Obj/brisk.phh
web/briskin5/index.php
web/index.php

index c0dadf9..c137918 100644 (file)
@@ -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.'), <b>NOVITA\'</b>: input bug risolto, aggiunte le foto e le statistiche d\`uso - Beta7.',
+$root_wellarr = Array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: input bug risolto, aggiunte le foto e le statistiche d\`uso - Beta7.',
                         'Se vuoi iscriverti alla <a target="_blank" href="http://www.milug.org/cgi-bin/mailman/listinfo/ml-briscola">Mailing List</a>, cliccala!' );
 $table_wellarr = Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non pu&ograve; risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.');
 
index e4bb90a..df75a97 100644 (file)
@@ -32,6 +32,7 @@ if (is_proxy()) {
   exit;
 }
 
+header('Content-type: text/html; charset="utf-8"',true);
 ?>
 <html>
 <head>
index 4f4a4f8..ee28405 100644 (file)
@@ -299,12 +299,12 @@ $brisk_vertical_menu = '
 
 <div id="menu_raduni" class="webstart">
 <a href="http://www.anomalia.it/mop/photoo" 
-   onmouseover="menu_hide(0,2);"
+   target="_blank" onmouseover="menu_hide(0,2);"
    title="Torneo di Milano del 17/05/2008" >Milano 05/08</a><br>
 
 <!--
 <a href="http://www.anomalia.it/mop/photoo" 
-   onmouseover="menu_hide(0,2);"
+   target="_blank" onmouseover="menu_hide(0,2);"
    title="Raduno di Piacenza del del 15/06/2008" >Piacenza 06/08</a><br>
 -->
 </div>
@@ -326,6 +326,7 @@ supported by:<br><br>
     
   /* Templates. */
   if ($ACTION == 'login') {
+    header('Content-type: text/html; charset="utf-8"',true);
 ?>
 <html>
 <head>
@@ -402,6 +403,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.<br>
 <?php
   }
   else if ($ACTION == 'room') {
+    header('Content-type: text/html; charset="utf-8"',true);
   ?>
 <html>
 <head>