| ... | ... |
@@ -81,7 +81,7 @@ while($story = dbassoc($results)) {
|
| 81 | 81 |
$rss.="</channel> |
| 82 | 82 |
</rss>"; |
| 83 | 83 |
|
| 84 |
- header("Content-type: application/rss+xml");
|
|
| 84 |
+ header('Content-type: application/xml', TRUE);
|
|
| 85 | 85 |
header("Cache-Control: must-revalidate");
|
| 86 | 86 |
header("Expires: ".gmdate("D, d M Y H:i:s", time() + 3600) . " GMT");
|
| 87 | 87 |
|