<?php 
header("Content-Type: application/rss+xml");

require("../includes/class-rss.php");

$rss = new cRSS;
$rss->getRSS();

?>