| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/pulse/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/pulse/index.php |
<?php
/**
* @version $Id$
* @author Matthew McNaney <mcnaney at gmail dot com>
*/
if (!defined('PHPWS_SOURCE_DIR')) {
include '../../core/conf/404.html';
exit();
}
PHPWS_Core::initModClass('pulse', 'PulseController.php');
$p = new PulseController();
$p->process($_REQUEST);
?>