page: replace output caching by article object
[minimedit.git] / nieuws / feed / index.php
index 66855b149e88e1c8dfaf130bae47eebcf2c3217b..00fa7ea3dcb585c642caee99ee2e85c7e9ae5230 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'];