X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=74d94954d936362a90cb2ebab5e6266a9e583185;hb=6215f77e418ed06e4822895bf644b585d32ba959;hp=29efec1ce1e08482b1843b97f97713f373c9ec34;hpb=41e19b33c7325efc150d26f3404bcc960d1f608c;p=brisk.git diff --git a/web/index.php b/web/index.php index 29efec1..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,7 +31,7 @@ log_load($sess, "LOAD: index.php"); function main() { - GLOBAL $sess, $name, $BRISK_SHOWHTML; + GLOBAL $sess, $name, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; $body = ""; $ACTION = "login"; @@ -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); @@ -133,10 +133,63 @@ function main() $brisk_header_form = '
+ + + + +
+ + + + + + + + +
+ + briscola chiamata in salsa ajax

+
+ + + + + + + +
+