content-type changed again to application/xml
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 1 Aug 2008 07:42:06 +0000 (07:42 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 1 Aug 2008 07:42:06 +0000 (07:42 +0000)
web/briskin5/index_rd.php
web/index_rd.php

index 177eff9..8c9576d 100644 (file)
@@ -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 = "";
index 2795a17..8b25ae0 100644 (file)
@@ -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 = "";