コード例 #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' );

?>