brisk 2.0 merge
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 14 Oct 2008 06:29:05 +0000 (06:29 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 14 Oct 2008 06:29:05 +0000 (06:29 +0000)
INSTALL.sh
web/Obj/brisk.phh
web/brisk.css

index c0ac587..8d953cb 100755 (executable)
@@ -11,8 +11,8 @@ proxy_path="$HOME/brisk-priv/proxy"
 web_only="FALSE"
 brisk_conf="brisk.conf.pho"
 
-if [ -f $HOME/.spawn_install ]; then
-   . $HOME/.spawn_install
+if [ -f $HOME/.brisk_install ]; then
+   . $HOME/.brisk_install
 fi
 if [ "x$cookie_path" = "x" ]; then
    cookie_path=$web_path
index 81abb2b..6ee017f 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.2";
+$G_brisk_version = "2.0.0";
 
-$root_wellarr = Array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: PiĆ¹ risalto a Start - Beta8.',
+$root_wellarr = Array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: Nuova versione stabile.',
                         '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 b6d3201..ea1a779 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 body {
-    background-image: url('img/bg_spawn2.jpg'); 
+    background-image: url('img/brisk2bg.jpg'); 
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: top center;