From: Matteo Nastasi (mop) Date: Fri, 1 Aug 2008 07:42:06 +0000 (+0000) Subject: content-type changed again to application/xml X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=461497deffc3c49ac52ee4a9ae00c5ed9b024784;p=brisk.git content-type changed again to application/xml --- diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index 177eff9..8c9576d 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -299,8 +299,9 @@ $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); +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 = ""; diff --git a/web/index_rd.php b/web/index_rd.php index 2795a17..8b25ae0 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -298,8 +298,9 @@ $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); +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 = "";