X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=d2b589858e71c075e5a7c30bbe45b475d7548e5b;hb=78c68fdf4027088a08b915982ae19a500d9a4e26;hp=4a30371c66b6ac2b363124c5d5f9c053d686af18;hpb=5b549f2fc0c370d91ce2ea2d6719a85ea1489b9c;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index 4a30371..d2b5898 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -2,7 +2,7 @@ /* * brisk - index_rd.php * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -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;