X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=4c816fd81e18adad15bb0ee43891b3fafd298ec9;hb=3834934333bc49c745beaf1e373986d308b66255;hp=be76b5880de0d0af59de1cb496ee760b78163f3a;hpb=6d9a7402363ef514b7c3cae948356ba14ab3f628;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index be76b58..4c816fd 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -495,7 +495,7 @@ function bin5_index_wr_main(&$bri, $remote_addr, $get, $post, $cookie) for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) { $plist .= '|'.xcapelt($ucodes[$i]); } - log_legal($curtime, 'xxx', $user, "STAT:BRISKIN5:FINISH_GAME", $plist); + log_legal($curtime, $user->ip, $user, "STAT:BRISKIN5:FINISH_GAME", $plist); if ($user->table_orig < TABLES_AUTH_N) { require_once("../Obj/dbase_".$G_dbasetype.".phh");