X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_rd.php;h=3e7aa04e786c698b2fbb00d8a57fd300661d6cf1;hb=8e2dd2d0326cd960560d55cd405c02825d4254d2;hp=dae16ac40c72940742b7cec43dfa57baca09a522;hpb=82602601a4300006e470e92cb44f18844a656a44;p=brisk.git diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index dae16ac..3e7aa04 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -402,11 +402,11 @@ header('Content-type: application/xml; charset="utf-8"',true); // header('Content-type: text/plain; charset="utf-8"',true); // header('Content-type: text/html; charset="utf-8"',true); -if (!isset($myfrom)) - $myfrom = ""; +if (!isset($from)) + $from = ""; if (!isset($subst)) $subst = ""; -log_rd2("FROM OUTSIDE - STAT: ".$stat." SUBST: ".$subst." STEP: ".$step." MYFROM: ".$myfrom. "IS_PAGE:" . $is_page_streaming."USER_AGENT:".$HTTP_USER_AGENT." TABLE:".$table_idx); +log_rd2("FROM OUTSIDE - STAT: ".$stat." SUBST: ".$subst." STEP: ".$step." FROM: ".$from. "IS_PAGE:" . $is_page_streaming."USER_AGENT:".$HTTP_USER_AGENT." TABLE:".$table_idx); $endtime = time() + STREAM_TIMEOUT;