page: replace output caching by article object
[minimedit.git] / sitemap.xml / index.php
index f0f928bd5c4db75e9e4fdfb2d9187a0b8a14afdc..0e68218fc972a001a6f4abf9d8603c0425bbd9dd 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-ob_clean();
 header('Content-Type: application/atom+xml; charset=utf-8');
 print '<?xml version="1.0" encoding="utf-8"?>';
 $siteref = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . '://' . $_SERVER['HTTP_HOST'];