From 45b7403c9cb2c08db82a102a9e9bf1d1271d85ba Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 13 Jan 2007 04:54:11 +0000 Subject: [PATCH] aggiunta xcape --- web/brisk.phh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/brisk.phh b/web/brisk.phh index 7d5fea1..39fd17e 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -28,8 +28,8 @@ define(COMM_N, 12); define(COMM_GEN_N, 50); define(SESS_LEN, 13); define(STREAM_TIMEOUT, 20); -define(EXPIRE_TIME, 120); -define(GARBAGE_TIMEOUT, 30); +define(EXPIRE_TIME, 180); +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"); } @@ -862,7 +862,7 @@ function standup_content(&$bri, $user) } $content .= ''; - $content .= '
'; + $content .= '
'; $ret .= sprintf('$("standup").innerHTML = "%s";', $content); -- 2.17.1