| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/rss/inc/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/rss/inc/runtime.php |
<?php
/**
* @version $Id$
* @author Matthew McNaney <mcnaney at gmail dot com>
*/
PHPWS_Core::initModClass('rss', 'RSS.php');
if (!isset($_REQUEST['module'])) {
RSS::showFeeds();
}
?>