示例#1
0
文件: rss.php 项目: nunoluciano/uxcl
<?php

error_reporting(0);

require_once dirname(__FILE__).'/include/make_rss.inc.php';

d3download_common_make_feed( $mydirname, 'rss' );

?>
示例#2
0
文件: atom.php 项目: nunoluciano/uxcl
<?php

error_reporting(0);

require_once dirname( dirname(__FILE__) ).'/include/make_rss.inc.php';

d3download_common_make_feed( $mydirname, 'atom' );

?>