From 20f273872960359ee41ff4b41ea98d017de2d1e5 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 14 Oct 2008 06:29:05 +0000 Subject: [PATCH] brisk 2.0 merge --- INSTALL.sh | 4 ++-- web/Obj/brisk.phh | 4 ++-- web/brisk.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index c0ac587..8d953cb 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -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 diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 81abb2b..6ee017f 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.2"; +$G_brisk_version = "2.0.0"; -$root_wellarr = Array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': Più risalto a Start - Beta8.', +$root_wellarr = Array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': Nuova versione stabile.', '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/brisk.css b/web/brisk.css index b6d3201..ea1a779 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -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; -- 2.17.1