X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=202113f5ac50bcc9effe67ce826b509fcd49aa49;hb=ddd822f1dca51731cc9fc8199db3f1cc527fb01a;hp=707b20a1b3a2b4c7b286d54201c89179bfb8602a;hpb=b41e2233431a8862b741c7eb4c998c1a47263ed7;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 707b20a..202113f 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2344,6 +2344,7 @@ class Room break; case "index_rd_ifra.php": + // $enc = 'plain'; do { if (!isset($cookie['sess']) || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE)) { @@ -2367,7 +2368,6 @@ class Room $content = ""; $user->stream_init($s_a_p->rndstr, $enc, $header, $header_out, $content, $get, $post, $cookie); - $response = headers_render($header_out, -1).$user->chunked_content($content); $response_l = mb_strlen($response, "ASCII");