<?
require_once "../config/config.php";
$f = file_get_contents("http://".$_SERVER['HTTP_HOST']."/news/rss/");
echo $f;
?>