X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=7e7197c06266e853327a0abbefbd81f87ae85844;hb=a52a0528f62b63d4850970e03e3528aeacfaf3e4;hp=171f2aaf0de1f57a8813020e9eb433e992c99c1a;hpb=dae55a4d46c1c776c58ccf4e5bb0fd9df2142f4d;p=brisk.git diff --git a/web/index.php b/web/index.php index 171f2aa..7e7197c 100644 --- a/web/index.php +++ b/web/index.php @@ -126,6 +126,10 @@ function main() $altout_propag[$randval]['content']); + $brisk_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); + if ($brisk_donate == FALSE) + $brisk_donate = ""; + $brisk_header_form = '
'; @@ -156,17 +163,26 @@ supported by:

+ @@ -210,6 +226,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

+ @@ -220,6 +237,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

var subst = ""; var gst = new globst(); + var g_withflash = false; var g_imgct= 0; var g_imgtot = g_preload_img_arr.length; var myfrom = "index_php"; @@ -237,7 +255,12 @@ else { sess = ""; window.onunload = onunload_cb; - + g_withflash = DetectFlashVer(6,0,0); + if (g_withflash == false) { + $("proflash").innerHTML = 'Audio con Flash.
'; + } + else + $("proflashext").innerHTML = ""; setTimeout(xhr_rd_poll, 0, sess); // alert("ARR LENGTH "+g_preload_img_arr.length); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); @@ -249,7 +272,8 @@ else {

'); + printf($brisk_header_form, '




', + $brisk_donate); ?>