XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xoopsuser.php
Go to the documentation of this file.
1 <?php
20 defined('XOOPS_ROOT_PATH') or die('Restricted access');
21 
26 $GLOBALS['xoopsLogger']->addDeprecated("'/class/xoopsuser.php' is deprecated since XOOPS 2.5.4, please use 'kernel/user.php' instead.");
27 
28 include_once $GLOBALS['xoops']->path('kernel/user.php');
29 
30 ?>