From: Matteo Nastasi (mop) Date: Sat, 19 Apr 2008 15:29:15 +0000 (+0000) Subject: Updated copyright, DOM modified to allow correct rendering of ticker, G_is_local... X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=ec630e36fc394e257260f81ada140969f5f5cf4d;p=brisk.git Updated copyright, DOM modified to allow correct rendering of ticker, G_is_local var added to allow work standalone (for train), removed old commented code, train object creation added. --- diff --git a/web/index.php b/web/index.php index a6f4082..5aa865a 100644 --- a/web/index.php +++ b/web/index.php @@ -2,7 +2,10 @@ /* * brisk - index.php * - * Copyright (C) 2006-2007 matteo.nastasi@milug.org + * Copyright (C) 2006-2008 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,8 +28,8 @@ require_once("Obj/brisk.phh"); require_once("Obj/proxyscan.phh"); // Use of proxies isn't allowed. -if (is_proxy()) - exit; +if (!$G_is_local && is_proxy()) + exit; require_once("briskin5/Obj/briskin5.phh"); if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { @@ -136,27 +139,13 @@ function main() $tables .= ''; - $standup .= '
'; + $standup .= '
'; $standup .= '
'; - $standup .= '
Giocatori in piedi
'; + $standup .= '
Giocatori in piedi
'; $standup .= sprintf('
'); $standup .= '
'; $standup .= '
'; - - // $tables .= '
'; - - /* - $tables .= ''; - $tables .= ''; - $tables .= '
'; - $tables .= '
'; - $tables .= 'Giocatori in piedi'; - - $tables .= sprintf('
'); - $tables .= '
'; - */ - // $tables .= '
'; } $altout_propag = array( array ( 'id' => 'btn_altout', @@ -193,11 +182,8 @@ $brisk_header_form = '
'; @@ -341,8 +319,11 @@ supported by:




Digita il tuo nickname per accedere ai tavoli della briscola.

+
+ +




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

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