예제 #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' );

?>