X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=3391a5501195ba1d3ade1106817201ee3442ce31;hb=356cad47d20258b4888caac71b143b6b6e1831e0;hp=491ee9d8bfd4e175c06954e6c7520fd60186562f;hpb=d74b7138ed4d14834b26355a7f5d9350bc96ee44;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 491ee9d..3391a55 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -76,7 +76,7 @@ function bin5_index_wr_main(&$bin5, $remote_addr_full, $get, $post, $cookie) log_wr("Get User Error"); return FALSE; } - + $bin5->brisk->sess_cur_set($user->sess); if (array_search($user->ip, $G_black_list) !== FALSE) { // TODO: waiting async 5 sec before close return (FALSE); @@ -527,8 +527,6 @@ function bin5_index_wr_main(&$bin5, $remote_addr_full, $get, $post, $cookie) log_wr("NOSENSE"); } } - log_wr("before save data"); - log_wr($user->step, 'bin::index_wr.php: after save_data()'); return TRUE; } ?>