[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:21 2008 ] [ Parasite 1.0.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> rss.php (source)

   1  <?
   2  
   3  // Version 1.8b
   4  
   5  include("i.php");
   6  include ("functions.php");
   7  
   8  if ( $GLOBALS['config']['rssversion'] == 2 && $GLOBALS['config']['usearticletitles'] == 1 ){
   9      fetchem('rss2');
  10      exit;
  11  }
  12  fetchem('rss1');
  13  
  14  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]