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