X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=9d443e310894c8f0708faa2e5eac798f49faf6d5;hb=0d462f547c388b20d72a9de96955484636736108;hp=3ac70d56bd8b191dbdaebe7b29d92186c0b0b517;hpb=58dbfd77fe178a468c0898841e6b4439aee44b66;p=brisk.git diff --git a/web/index.php b/web/index.php index 3ac70d5..9d443e3 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') { @@ -38,8 +41,8 @@ log_load("index.php"); function main() { - GLOBAL $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - + GLOBAL $G_is_local, $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + $body = ""; $tables = ""; $standup = ""; @@ -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', @@ -173,7 +162,7 @@ function main() srand ((double) microtime() * 1000000); // $randval = rand(0,count($altout_propag)-1); $randval = 1; - $altout_carousel = sprintf('', + $altout_carousel = sprintf('', $altout_propag[$randval]['url'], $altout_propag[$randval]['id'], $altout_propag[$randval]['content']); @@ -187,15 +176,14 @@ function main() if ($brisk_donate == FALSE) $brisk_donate = ""; + $with_topbanner = TRUE; + $brisk_header_form = '