speed doubled in index_rd.php and flush of command when the table start
[brisk.git] / web / index_wr.php
index 808b020..ea364cd 100644 (file)
@@ -192,7 +192,7 @@ else if ($user->stat == 'room') {
            
 //          ARRAY_POP DISABLED
 //         // CHECK
-//         while (array_pop($user_cur->comm) != NULL);
+           while (array_pop($user_cur->comm) != NULL);
 
            $ret = "";
            $ret .= sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); the_end=true; window.onunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token);