X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=74d94954d936362a90cb2ebab5e6266a9e583185;hb=6215f77e418ed06e4822895bf644b585d32ba959;hp=7e7197c06266e853327a0abbefbd81f87ae85844;hpb=a52a0528f62b63d4850970e03e3528aeacfaf3e4;p=brisk.git diff --git a/web/index.php b/web/index.php index 7e7197c..74d9495 100644 --- a/web/index.php +++ b/web/index.php @@ -2,7 +2,7 @@ /* * brisk - index.php * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2007 matteo.nastasi@milug.org * * 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 @@ -31,12 +31,12 @@ log_load($sess, "LOAD: index.php"); function main() { - GLOBAL $sess, $name, $BRISK_DEBUG; + GLOBAL $sess, $name, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; $body = ""; $ACTION = "login"; - if (isset($BRISK_DEBUG) == FALSE) { + if (isset($BRISK_SHOWHTML) == FALSE) { $is_table = false; $sem = lock_data(); $bri = &load_data(); @@ -57,7 +57,7 @@ function main() if ($ACTION == "login" && isset($name)) { $bri->garbage_manager(TRUE); /* try login */ - if (($user = &$bri->add_user(&$sess, &$idx, $name)) != FALSE) { + if (($user = &$bri->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { $ACTION = "room"; // setcookie ("sess", "", time() + 180); @@ -82,10 +82,10 @@ function main() } /* Rendering. */ - if ($BRISK_DEBUG == "debugtable") { + if ($BRISK_SHOWHTML == "debugtable") { $ACTION = "room"; } - else if ($BRISK_DEBUG == "debuglogin") { + else if ($BRISK_SHOWHTML == "debuglogin") { $ACTION = "login"; } @@ -133,10 +133,63 @@ function main() $brisk_header_form = '
+ + + + +
+ + + + + + + + +
+ + briscola chiamata in salsa ajax

+
+ + + + + + + +
+
@@ -243,7 +296,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

var myfrom = "index_php"; window.onload = function() { room_checkspace(12,8,50);