X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=2795a17264d6eed792968a0bd73861330a59597e;hb=15f97d0b5822a3fed34ec24b6a895da64b024d9a;hp=fb97713c1188988ebcbe5e6ebbd479aee56ab965;hpb=1c62cbac111a7804fff149a47ab86852a94031a4;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index fb97713..2795a17 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -259,15 +259,6 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su log_auth($user->sess, "Explicit logout."); $user->reset(); - /* factorized with ->reset() - $tmp_sess = $user->sess; - $user->sess = ""; - step_unproxy($tmp_sess); - $user->name = ""; - while (array_pop($user->comm) != NULL); - $user->step = 0; - $user->the_end = FALSE; - */ if ($user->subst == 'sitdown') { log_load("ROOM WAKEUP"); @@ -307,6 +298,8 @@ $is_page_streaming = ((stristr($HTTP_USER_AGENT, "linux") && header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past +// header('Content-type: application/xml; charset="utf-8"',true); +header('Content-type: text/plain; charset="utf-8"',true); if (!isset($myfrom)) $myfrom = ""; @@ -336,8 +329,8 @@ for ($i = 0 ; time() < $endtime ; $i++) { $old_subst = $subst; $old_step = $step; // log_rd("POST MAIN ".$step);; - usleep(200000); - if (($i % 10) == 0) { + usleep(400000); + if (($i % 5) == 0) { // log_rd2("TIME: ".time()); echo '_'; flush();