From 461497deffc3c49ac52ee4a9ae00c5ed9b024784 Mon Sep 17 00:00:00 2001
From: "Matteo Nastasi (mop)" <nastasi@alternativeoutput.it>
Date: Fri, 1 Aug 2008 07:42:06 +0000
Subject: [PATCH] content-type changed again to application/xml

---
 web/briskin5/index_rd.php | 5 +++--
 web/index_rd.php          | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

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 = "";
-- 
2.17.1