<?
header("Content-type: text/xml");
$fp=fopen("http://isc.sans.org/rssfeed.xml","r");
while ( $fp && !feof($fp)){
  print fgets($fp);
}

?>
