X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.phh;h=39fd17e4858bd6bb60ca589c6af2e8c76e56d0dd;hb=9dd8f58bebb1c7a224c512b977c46799b6f9b6b3;hp=32168dc1801af1168a7f7f89ad8bf4493c0609d4;hpb=5b42d77cdb09b136c0243184e46a43db453ef8ab;p=brisk.git diff --git a/web/brisk.phh b/web/brisk.phh index 32168dc..39fd17e 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -29,7 +29,7 @@ define(COMM_GEN_N, 50); define(SESS_LEN, 13); define(STREAM_TIMEOUT, 20); define(EXPIRE_TIME, 180); -define(GARBAGE_TIMEOUT, 30); +define(GARBAGE_TIMEOUT, 10); define(NICKSERV, "SERVER"); define(BRISK_DEBUG, FALSE); // define(DEBUGGING, "local"); @@ -362,7 +362,7 @@ class brisco { $ret = "gst.st = ".($user_cur->step+1)."; "; if ($from_table && ($user_cur->table == $table_idx || $user_cur == $user)) { - $ret .= 'gst.st_loc++; the_end=true; document.location.assign("index.php");|'; + $ret .= 'gst.st_loc++; the_end=true; window.onunload = null; document.location.assign("index.php");|'; // $ret .= 'gst.st_loc++; document.location.assign("index.php");|'; log_main("DOCUMENT.index.php", "from table"); } @@ -552,7 +552,7 @@ class brisco { } $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; "; - $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s",\'%s\');', + $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s","%s");', $dt.xcape($user->name), xcape($user_mesg)); $user_cur->step++; } @@ -862,7 +862,7 @@ function standup_content(&$bri, $user) } $content .= ''; - $content .= '
'; + $content .= '
'; $ret .= sprintf('$("standup").innerHTML = "%s";', $content);