X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=d7348bb8c53ef35b03b2939cb3cfeda829c541eb;hb=8e2dd2d0326cd960560d55cd405c02825d4254d2;hp=4a30371c66b6ac2b363124c5d5f9c053d686af18;hpb=82602601a4300006e470e92cb44f18844a656a44;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index 4a30371..d7348bb 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -451,11 +451,11 @@ 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); -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); +log_rd2("FROM OUTSIDE - STAT: ".$stat." SUBST: ".$subst." STEP: ".$step." FROM: ".$from. "IS_PAGE:" . $is_page_streaming); $endtime = time() + STREAM_TIMEOUT;