X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=d0f74ca7bf485554f378195055d95c959796142b;hb=5196a0be0d675ab6a03fa6a6c36aa8de01d67c48;hp=100547fd8d824dde9040672d9446bb886361a487;hpb=461b072662d5d1fb0e2e7d8cfc24cd63f726343c;p=brisk.git diff --git a/web/index.php b/web/index.php index 100547f..d0f74ca 100644 --- a/web/index.php +++ b/web/index.php @@ -58,11 +58,12 @@ function main() $bri->garbage_manager(TRUE); /* try login */ $name = substr($name, 0, 12); + $name = str_replace(" ", "_", $name); if (($user = &$bri->add_user(&$sess, &$idx, $name)) != FALSE) { $ACTION = "room"; // setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); + $bri->standup_update(&$user); if (save_data(&$bri) == FALSE) { echo "ERRORE SALVATAGGIO\n"; @@ -163,6 +164,7 @@ supported by:

Digita il tuo nickname per accedere ai tavoli della briscola.

+