X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;fp=web%2Fbriskin5%2Findex_wr.php;h=d3ace818b37cd1cabbc1c8588970d27bb705c68b;hb=9fa54af90b8e5fe7acf1c1db401c8d9998c0385e;hp=fbc37c522f4ef09bbc157df4fb692bfc5325ab70;hpb=354f8a3aa82b8c2fb90c03aaf5dc234ca84e441c;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index fbc37c5..d3ace81 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -73,9 +73,11 @@ function bin5_index_wr_main(&$bri, $remote_addr, $get, $post, $cookie) log_wr('POSTSPLIT: '.$argz[0].' user->stat: ['.$user->stat.']'); log_wr($user->step, 'bin::index_wr.php: after get_user()'); + + $user->lacc = $curtime; if ($argz[0] == 'ping') { - $user->lacc = $curtime; + log_wr("PING RECEIVED"); } else if (false && $argz[0] == 'shutdown') { log_auth($user_cur->sess, "Shutdown session. delegate to room gc the autologout");