| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/whodis/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/whodis/index.php |
<?php
/**
*
* WARNING: This module has been deprecated. It will no longer be
* maintained by phpwebsite and no further bug/security patches will
* be released. It will be removed from the phpWebsite distribution
* at some point in the future.
*
* @deprecated since phpwebsite 1.8.0
*
*
* @version $Id$
* @author Matthew McNaney <mcnaney at appstate dot edu>
*/
Deprecate::moduleWarning('whodis');
if (Current_User::allow('whodis')) {
PHPWS_Core::initModClass('whodis', 'Whodis.php');
Whodis::admin();
}
?>