X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=4f4a4f83dc1efeeae51e29fad4221aa33f49951b;hb=15f97d0b5822a3fed34ec24b6a895da64b024d9a;hp=5aa865a635dfdf00bf02d028262d9fd78063bdb3;hpb=ec630e36fc394e257260f81ada140969f5f5cf4d;p=brisk.git diff --git a/web/index.php b/web/index.php index 5aa865a..4f4a4f8 100644 --- a/web/index.php +++ b/web/index.php @@ -41,8 +41,9 @@ log_load("index.php"); function main() { + GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; GLOBAL $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - + $body = ""; $tables = ""; $standup = ""; @@ -92,6 +93,9 @@ function main() if (($user = &$room->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { $ACTION = "room"; + log_legal($curtime, $user->sess, $user->name, "STAT:LOGIN", ''); + + // setcookie ("sess", "", time() + 180); $room->standup_update(&$user); @@ -123,7 +127,7 @@ function main() if ($ACTION == "room") { $tables .= '
'; - $tables .= ''; + $tables .= '
'; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; @@ -139,7 +143,7 @@ function main() $tables .= '
'; - $standup .= '
'; + $standup .= '
'; $standup .= '
'; $standup .= '
Giocatori in piedi
'; @@ -176,13 +180,14 @@ function main() if ($brisk_donate == FALSE) $brisk_donate = ""; - $with_topbanner = TRUE; + + $brisk_header_form = '